summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/glyphcache.hxx')
-rw-r--r--vcl/inc/generic/glyphcache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index bad1721b9fb0..a14d8f03ae9d 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -39,7 +39,7 @@
#include <unordered_map>
class FreetypeManager;
-class FtFontInfo;
+class FreetypeFontInfo;
class GlyphData;
class GraphiteFaceWrapper;
class FontConfigFontOptions;
@@ -147,7 +147,7 @@ private:
class VCL_DLLPUBLIC ServerFont
{
public:
- ServerFont( const FontSelectPattern&, FtFontInfo* );
+ ServerFont( const FontSelectPattern&, FreetypeFontInfo* );
virtual ~ServerFont();
const OString& GetFontFileName() const;
@@ -223,7 +223,7 @@ private:
int mnPrioEmbedded;
int mnPrioAntiAlias;
int mnPrioAutoHint;
- FtFontInfo* mpFontInfo;
+ FreetypeFontInfo* mpFontInfo;
FT_Int mnLoadFlags;
double mfStretch;
FT_FaceRec_* maFaceFT;