|
Krita Source Code Documentation
|
#include <KoFFWWSConverter.h>
Public Attributes | |
| QHash< QString, KoSvgText::FontFamilyAxis > | axes |
| bool | colorBitMap = false |
| bool | colorClrV0 = false |
| bool | colorClrV1 = false |
| bool | colorSVG = false |
| QString | fontFamilyName |
| bool | isVariable = false |
| QDateTime | lastModified |
| Value of the most recently modified font family. Used for updates. | |
| QHash< QLocale, QString > | localizedFontFamilyNames |
| QHash< QLocale, QString > | localizedTypographicFamily |
| QHash< QLocale, QString > | localizedTypographicStyles |
| QHash< QString, QString > | sampleStrings |
| QList< KoSvgText::FontFamilyStyleInfo > | styles |
| QList< QLocale > | supportedLanguages |
| sample string used to generate the preview; | |
| KoSvgText::FontFormatType | type = KoSvgText::UnknownFontType |
| QString | typographicFamilyName |
This struct represents a CSS-compatible font family, containing all sorts of info useful for the GUI.
Definition at line 22 of file KoFFWWSConverter.h.
| QHash<QString, KoSvgText::FontFamilyAxis> KoFontFamilyWWSRepresentation::axes |
Definition at line 35 of file KoFFWWSConverter.h.
| bool KoFontFamilyWWSRepresentation::colorBitMap = false |
Definition at line 43 of file KoFFWWSConverter.h.
| bool KoFontFamilyWWSRepresentation::colorClrV0 = false |
Definition at line 40 of file KoFFWWSConverter.h.
| bool KoFontFamilyWWSRepresentation::colorClrV1 = false |
Definition at line 41 of file KoFFWWSConverter.h.
| bool KoFontFamilyWWSRepresentation::colorSVG = false |
Definition at line 42 of file KoFFWWSConverter.h.
| QString KoFontFamilyWWSRepresentation::fontFamilyName |
Definition at line 23 of file KoFFWWSConverter.h.
| bool KoFontFamilyWWSRepresentation::isVariable = false |
Definition at line 39 of file KoFFWWSConverter.h.
| QDateTime KoFontFamilyWWSRepresentation::lastModified |
Value of the most recently modified font family. Used for updates.
Definition at line 30 of file KoFFWWSConverter.h.
| QHash<QLocale, QString> KoFontFamilyWWSRepresentation::localizedFontFamilyNames |
Definition at line 26 of file KoFFWWSConverter.h.
| QHash<QLocale, QString> KoFontFamilyWWSRepresentation::localizedTypographicFamily |
Definition at line 27 of file KoFFWWSConverter.h.
| QHash<QLocale, QString> KoFontFamilyWWSRepresentation::localizedTypographicStyles |
Definition at line 28 of file KoFFWWSConverter.h.
| QHash<QString, QString> KoFontFamilyWWSRepresentation::sampleStrings |
Definition at line 32 of file KoFFWWSConverter.h.
| QList<KoSvgText::FontFamilyStyleInfo> KoFontFamilyWWSRepresentation::styles |
Definition at line 36 of file KoFFWWSConverter.h.
| QList<QLocale> KoFontFamilyWWSRepresentation::supportedLanguages |
sample string used to generate the preview;
Definition at line 33 of file KoFFWWSConverter.h.
| KoSvgText::FontFormatType KoFontFamilyWWSRepresentation::type = KoSvgText::UnknownFontType |
Definition at line 38 of file KoFFWWSConverter.h.
| QString KoFontFamilyWWSRepresentation::typographicFamilyName |
Definition at line 24 of file KoFFWWSConverter.h.