summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-07 15:25:31 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-07 15:26:58 +1100
commitf5151af414f0ac0590d87040929cabe7f8db3106 (patch)
tree906a6927740aef3d9c63e54a3606bce07b4c737f /vcl/inc/generic
parent575d39c56feb2102ad3c68da960f6630c12baefa (diff)
vcl: FtFont{Info|File} renamed to FreetypeFont{Info|Type}
Change-Id: I91621a177f27200c9d3413dd4953d5292a2ac15b
Diffstat (limited to 'vcl/inc/generic')
-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;