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
87111115
Kaydet (Commit)
87111115
authored
Tem 03, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#51693 use fontconfig font/glyph substitution in headless mode
Change-Id: Ie974be8ae6e9257d92ae4f96b53cb4810efef6d8
üst
64ca0130
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
svptext.cxx
vcl/headless/svptext.cxx
+6
-0
No files found.
vcl/headless/svptext.cxx
Dosyayı görüntüle @
87111115
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
#include <impfont.hxx>
#include <impfont.hxx>
#include <rtl/instance.hxx>
#include <rtl/instance.hxx>
#include "generic/geninst.h"
#include "generic/genpspgraphics.h"
#include "generic/genpspgraphics.h"
#include "generic/glyphcache.hxx"
#include "generic/glyphcache.hxx"
#include "headless/svpgdi.hxx"
#include "headless/svpgdi.hxx"
...
@@ -354,6 +355,11 @@ void SvpSalGraphics::GetDevFontList( ImplDevFontList* pDevFontList )
...
@@ -354,6 +355,11 @@ void SvpSalGraphics::GetDevFontList( ImplDevFontList* pDevFontList )
// announce glyphcache fonts
// announce glyphcache fonts
rGC
.
AnnounceFonts
(
pDevFontList
);
rGC
.
AnnounceFonts
(
pDevFontList
);
// register platform specific font substitutions if available
SalGenericInstance
::
RegisterFontSubstitutors
(
pDevFontList
);
ImplGetSVData
()
->
maGDIData
.
mbNativeFontConfig
=
true
;
}
}
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
...
...
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