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
0ebbdd66
Kaydet (Commit)
0ebbdd66
authored
Ara 18, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SAL_FONTENUM_STABLE_ON_PLATFORM is not defined anywhere
Change-Id: Id4e9fefc3529a8e1b0079b47ff182ef54e19a0e8
üst
def6b1dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
PhysicalFontCollection.cxx
vcl/source/font/PhysicalFontCollection.cxx
+0
-21
No files found.
vcl/source/font/PhysicalFontCollection.cxx
Dosyayı görüntüle @
0ebbdd66
...
...
@@ -189,27 +189,6 @@ void PhysicalFontCollection::InitGenericGlyphFallback() const
}
}
#ifdef SAL_FONTENUM_STABLE_ON_PLATFORM // #i113472#
// sort the list of fonts for glyph fallback by quality (highest first)
// #i33947# keep the EUDC font at the front of the list
// an insertion sort is good enough for this short list
const
int
nSortStart
=
bHasEudc
?
1
:
0
;
for
(
int
i
=
nSortStart
+
1
,
j
;
i
<
nMaxLevel
;
++
i
)
{
PhysicalFontFamily
*
pTestFont
=
pFallbackList
[
i
];
int
nTestQuality
=
pTestFont
->
GetMinQuality
();
for
(
j
=
i
;
--
j
>=
nSortStart
;
)
{
if
(
nTestQuality
>
pFallbackList
[
j
]
->
GetMinQuality
()
)
pFallbackList
[
j
+
1
]
=
pFallbackList
[
j
];
else
break
;
}
pFallbackList
[
j
+
1
]
=
pTestFont
;
}
#endif
mnFallbackCount
=
nMaxLevel
;
mpFallbackList
=
pFallbackList
;
}
...
...
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