Qt API | Qtopia API | Qtopia Documentation | ![]() |
The FontFactoryInterface class provides an interface for adding font renderers to Qtopia. More...
#include <qtopia/fontfactoryinterface.h>
Font factories may be added to Qtopia via plugins. In order to write a font factory plugin you must create an interface to your QFontFactory derived class by deriving from the FontFactoryInterface class and implementing the fontFactory() function.
You must also subclass QRenderedFont to provide the actual rendering implementation.
Returns an instance of your font factory. You should always return the same font factory instance if this function is called multiple times.
This file is part of the Qtopia , copyright © 1995-2002 Trolltech, all rights reserved.
Copyright © 2001-2002 Trolltech | Trademarks | Qtopia version 1.7.0
|