summaryrefslogtreecommitdiff
path: root/splash/SplashT1Font.h
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashT1Font.h')
-rw-r--r--splash/SplashT1Font.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/splash/SplashT1Font.h b/splash/SplashT1Font.h
index 18cd6501..919dc032 100644
--- a/splash/SplashT1Font.h
+++ b/splash/SplashT1Font.h
@@ -24,7 +24,8 @@ class SplashT1FontFile;
class SplashT1Font: public SplashFont {
public:
- SplashT1Font(SplashT1FontFile *fontFileA, SplashCoord *matA);
+ SplashT1Font(SplashT1FontFile *fontFileA, SplashCoord *matA,
+ SplashCoord *textMatA);
virtual ~SplashT1Font();
@@ -43,7 +44,10 @@ public:
private:
int t1libID; // t1lib font ID
+ int outlineID; // t1lib font ID for glyph outlines
float size;
+ float outlineSize; // size for glyph outlines
+ float outlineMul;
};
#endif // HAVE_T1LIB_H