summaryrefslogtreecommitdiff
path: root/vcl/generic/print/glyphset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/print/glyphset.hxx')
-rw-r--r--vcl/generic/print/glyphset.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/generic/print/glyphset.hxx b/vcl/generic/print/glyphset.hxx
index d8cd49d22be3..e6f8fa73c811 100644
--- a/vcl/generic/print/glyphset.hxx
+++ b/vcl/generic/print/glyphset.hxx
@@ -94,15 +94,15 @@ public:
GlyphSet (sal_Int32 nFontID, bool bVertical);
~GlyphSet ();
- sal_Int32 GetFontID ();
- fonttype::type GetFontType ();
+ sal_Int32 GetFontID () { return mnFontID;}
+ fonttype::type GetFontType () { return meBaseType;}
static OString
GetReencodedFontName (rtl_TextEncoding nEnc,
const OString &rFontName);
static OString
GetGlyphSetEncodingName (rtl_TextEncoding nEnc,
const OString &rFontName);
- bool IsVertical ();
+ bool IsVertical () { return mbVertical;}
void DrawText (PrinterGfx &rGfx, const Point& rPoint,
const sal_Unicode* pStr, sal_Int16 nLen,