summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.h
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-07-23 22:45:29 +0000
committerStef <stef@ws.local>2004-07-23 22:45:29 +0000
commit497e93e4b335aafd983aa7019abc29788edb0e3e (patch)
treea64e7d5020dd8a28c76fb1de00d32296af486d43 /src/xmlcomposer.h
parentf8e6aa066aacad925c3e2f945195bd2ecdeefae9 (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