QFontEnginePlugin Class ReferenceThe QFontEnginePlugin class is the base class for font engine factory plugins in Qt for Embedded Linux. More... #include <QFontEnginePlugin> This class is under development and is subject to change. Inherits: QObject. This class was introduced in Qt 4.3. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QFontEnginePlugin class is the base class for font engine factory plugins in Qt for Embedded Linux. QFontEnginePlugin is provided by font engine plugins to create instances of subclasses of QAbstractFontEngine. The member functions create() and availableFontEngines() must be implemented. See also QAbstractFontEngine and QFontEngineInfo. Member Function Documentation
|