diff options
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r-- | vcl/source/glyphs/gcach_ftyp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.hxx b/vcl/source/glyphs/gcach_ftyp.hxx index 95e6a3a0b526..d6cb49360682 100644 --- a/vcl/source/glyphs/gcach_ftyp.hxx +++ b/vcl/source/glyphs/gcach_ftyp.hxx @@ -187,7 +187,7 @@ public: virtual ~FreetypeServerFont(); virtual const ::rtl::OString* GetFontFileName() const { return mpFontInfo->GetFontFileName(); } - virtual int GetFontFaceNum() const { return mpFontInfo->GetFaceNum(); } + virtual int GetFontFaceNumber() const { return mpFontInfo->GetFaceNum(); } virtual bool TestFont() const; virtual void* GetFtFace() const; virtual void SetFontOptions( boost::shared_ptr<ImplFontOptions> ); |