Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
39e2c1f2
Kaydet (Commit)
39e2c1f2
authored
Haz 04, 2018
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ofz: fix build
Change-Id: I8b5badc7ad6493b9268d6d141885a6f0bff1baa1
üst
c3f13f0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
fontmetric.cxx
vcl/source/font/fontmetric.cxx
+4
-0
No files found.
vcl/source/font/fontmetric.cxx
Dosyayı görüntüle @
39e2c1f2
...
...
@@ -19,6 +19,7 @@
#include <i18nlangtag/mslangid.hxx>
#include <officecfg/Office/Common.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/fontcharmap.hxx>
#include <vcl/metric.hxx>
...
...
@@ -403,6 +404,9 @@ void ImplFontMetricData::ImplInitFlags( const OutputDevice* pDev )
bool
ImplFontMetricData
::
ShouldUseWinMetrics
(
vcl
::
TTGlobalFontInfo
&
rInfo
)
{
if
(
utl
::
ConfigManager
::
IsFuzzing
())
return
false
;
OUString
aFontIdentifier
(
GetFamilyName
()
+
","
+
OUString
::
number
(
rInfo
.
ascender
)
+
","
+
OUString
::
number
(
rInfo
.
descender
)
+
","
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment