class TFontSpec |
Specifies the font specification in device independent terms.
Public Member Functions | |
---|---|
TFontSpec() | |
TFontSpec(const TDesC &, TInt) | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C TInt | ScriptTypeForMetrics() |
IMPORT_C void | SetScriptTypeForMetrics(TLanguage) |
IMPORT_C TBool | operator==(const TFontSpec &) |
Public Attributes | |
---|---|
TFontStyle | iFontStyle |
TInt | iHeight |
TTypeface | iTypeface |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |
IMPORT_C void | SetScriptTypeForMetrics | ( | TLanguage | aLanguage | ) |
TLanguage aLanguage |
IMPORT_C TBool | operator== | ( | const TFontSpec & | aFontSpec | ) | const |
const TFontSpec & aFontSpec |