From d1c1ce295b6522e52244c970010a9e42c0b614ae Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 06 Feb 2004 15:48:42 +0000 Subject: add api docu --- (limited to 'library/fontfactoryinterface.h') diff --git a/library/fontfactoryinterface.h b/library/fontfactoryinterface.h index ed65dfa..68b0be5 100644 --- a/library/fontfactoryinterface.h +++ b/library/fontfactoryinterface.h @@ -33,6 +33,21 @@ class QFontFactory; #endif #endif + +/** + * \brief Interface for additional Font Factories + * + * To add special types of fonts TrueTypes or your very own + * format. If you implement this Interface you can add + * custom font loading. + * + * The dynamic shared object goes to + * OPIEDIR/plugins/fontfactories. + * + * As of version Opie 1.0.2 loading of the plugins is not + * yet implemented + * + */ struct FontFactoryInterface : public QUnknownInterface { virtual QFontFactory *fontFactory() = 0; -- cgit v0.9.0.2