summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-23 22:45:29 +0000
committerStef Walter <stef@memberwebs.com>2004-07-23 22:45:29 +0000
commitffe6a95e60ce7a9c6f232f75526ab3d70d6192f9 (patch)
treea64e7d5020dd8a28c76fb1de00d32296af486d43 /src/xmlcomposer.h
parentbeb5c690f629569628df0f730e51386e06229986 (diff)
- Initial font support.
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r--src/xmlcomposer.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h
index e857ace..e14ecb7 100644
--- a/src/xmlcomposer.h
+++ b/src/xmlcomposer.h
@@ -243,6 +243,19 @@ protected:
bool haveStyle;
END_ANALYSER
+ // Handle the Font Table
+ ANALYSER(FontTable)
+ INITIALIZE
+ GROUPSTART
+ END_ANALYSER
+
+ // Handle a Font in the Table
+ ANALYSER(Font)
+ INITIALIZE
+ CONTROLWORD
+ GROUPSTART
+ END_ANALYSER
+
// Handle the list definitions
ANALYSER(ListTable)
INITIALIZE