summaryrefslogtreecommitdiff
path: root/splash/SplashPath.h
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2005-07-31 09:54:04 +0000
committerBrad Hards <bradh@frogmouth.net>2005-07-31 09:54:04 +0000
commit7bf5d10c1f6edd538769c3a83a3b3d5df56d604b (patch)
tree3aa14c7b7706e3f0fb4b7c6cbbb0f8de26602189 /splash/SplashPath.h
parent8567b794628786b82e8db2a7daf75e4ad2398960 (diff)
An initial version of proper font handling, heavily based on work by
Albert Astals Cid. I changed it to stroke the glyphs based on the SplashPath. In the longer term, Arthur should use FreeType paths directly - hopefully that will be less ugly, and not fill everything.
Diffstat (limited to 'splash/SplashPath.h')
-rw-r--r--splash/SplashPath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/splash/SplashPath.h b/splash/SplashPath.h
index acd89d3b..cb234ce8 100644
--- a/splash/SplashPath.h
+++ b/splash/SplashPath.h
@@ -100,6 +100,8 @@ private:
friend class SplashXPath;
friend class Splash;
+ // this is a temporary hack, until we read FreeType paths directly
+ friend class ArthurOutputDev;
};
#endif