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.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/generic/print/glyphset.hxx b/vcl/generic/print/glyphset.hxx
index c8b009c91155..d2d5a3f30060 100644
--- a/vcl/generic/print/glyphset.hxx
+++ b/vcl/generic/print/glyphset.hxx
@@ -100,7 +100,6 @@ private:
public:
- GlyphSet ();
GlyphSet (sal_Int32 nFontID, sal_Bool bVertical);
~GlyphSet ();
@@ -114,8 +113,6 @@ public:
const rtl::OString &rFontName);
sal_Bool IsVertical ();
- sal_Bool SetFont (sal_Int32 nFontID, sal_Bool bVertical);
-
void DrawText (PrinterGfx &rGfx, const Point& rPoint,
const sal_Unicode* pStr, sal_Int16 nLen,
const sal_Int32* pDeltaArray = NULL);