diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:45:29 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-23 22:45:29 +0000 |
commit | ffe6a95e60ce7a9c6f232f75526ab3d70d6192f9 (patch) | |
tree | a64e7d5020dd8a28c76fb1de00d32296af486d43 /src/xmlcomposer.h | |
parent | beb5c690f629569628df0f730e51386e06229986 (diff) |
- Initial font support.
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r-- | src/xmlcomposer.h | 13 |
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 |