From 497e93e4b335aafd983aa7019abc29788edb0e3e Mon Sep 17 00:00:00 2001 From: Stef Date: Fri, 23 Jul 2004 22:45:29 +0000 Subject: - Initial font support. --- src/xmlcomposer.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/xmlcomposer.h') 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 -- cgit v1.2.3