- addApplicationFont
int addApplicationFont(const(QString) fileName)
Undocumented in source.
- addApplicationFontFromData
int addApplicationFontFromData(const(QByteArray) fontData)
Undocumented in source.
- applicationFontFamilies
QStringList applicationFontFamilies(int id)
Undocumented in source.
- bold
bool bold(const(QString) family, const(QString) style)
Undocumented in source.
- families
QStringList families(WritingSystem writingSystem)
Undocumented in source.
- font
QFont font(const(QString) family, const(QString) style, int pointSize)
Undocumented in source.
- hasFamily
bool hasFamily(const(QString) family)
Undocumented in source.
- isBitmapScalable
bool isBitmapScalable(const(QString) family, const(QString) style)
Undocumented in source.
- isFixedPitch
bool isFixedPitch(const(QString) family, const(QString) style)
Undocumented in source.
- isPrivateFamily
bool isPrivateFamily(const(QString) family)
Undocumented in source.
- isScalable
bool isScalable(const(QString) family, const(QString) style)
Undocumented in source.
- isSmoothlyScalable
bool isSmoothlyScalable(const(QString) family, const(QString) style)
Undocumented in source.
- italic
bool italic(const(QString) family, const(QString) style)
Undocumented in source.
- pointSizes
QList!(int) pointSizes(const(QString) family, const(QString) style)
Undocumented in source.
- removeAllApplicationFonts
bool removeAllApplicationFonts()
Undocumented in source.
- removeApplicationFont
bool removeApplicationFont(int id)
Undocumented in source.
- smoothSizes
QList!(int) smoothSizes(const(QString) family, const(QString) style)
Undocumented in source.
- standardSizes
QList!(int) standardSizes()
Undocumented in source.
- styleString
QString styleString(const(QFont) font)
Undocumented in source.
- styleString
QString styleString(const(QFontInfo) fontInfo)
Undocumented in source.
- styles
QStringList styles(const(QString) family)
Undocumented in source.
- systemFont
QFont systemFont(SystemFont type)
Undocumented in source.
- weight
int weight(const(QString) family, const(QString) style)
Undocumented in source.
- writingSystemName
QString writingSystemName(WritingSystem writingSystem)
Undocumented in source.
- writingSystemSample
QString writingSystemSample(WritingSystem writingSystem)
Undocumented in source.
- writingSystems
QList!(WritingSystem) writingSystems()
Undocumented in source.
- writingSystems
QList!(WritingSystem) writingSystems(const(QString) family)
Undocumented in source.
Binding for C++ class QFontDatabase.