summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_ftyp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/glyphs/gcach_ftyp.hxx')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.hxx b/vcl/generic/glyphs/gcach_ftyp.hxx
index 7015b343f960..7babff34e085 100644
--- a/vcl/generic/glyphs/gcach_ftyp.hxx
+++ b/vcl/generic/glyphs/gcach_ftyp.hxx
@@ -28,8 +28,6 @@
class GraphiteFaceWrapper;
#endif
-
-
// FtFontFile has the responsibility that a font file is only mapped once.
// (#86621#) the old directly ft-managed solution caused it to be mapped
// in up to nTTC*nSizes*nOrientation*nSynthetic times
@@ -56,8 +54,6 @@ private:
int mnLangBoost;
};
-
-
// FtFontInfo corresponds to an unscaled font face
class FtFontInfo
{
@@ -133,8 +129,6 @@ inline void FtFontInfo::CacheGlyphIndex( sal_UCS4 cChar, int nIndex ) const
(*mpGlyph2Char)[ nIndex ] = cChar;
}
-
-
class FreetypeManager
{
public:
@@ -155,8 +149,6 @@ private:
sal_IntPtr mnMaxFontId;
};
-
-
class ImplFTSFontData : public PhysicalFontFace
{
private:
@@ -175,8 +167,6 @@ public:
static bool CheckFontData( const PhysicalFontFace& r ) { return r.CheckMagic( IFTSFONT_MAGIC ); }
};
-
-
#endif // INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */