|
||
typedef TBuf<KMaxPrinterModelNameLength> TPrinterModelName;
Defines a modifiable buffer descriptor that can contain the name of a printer model. The maximum length of the buffer is 32.
TDisplayMode
Display modes.
|
TFontPosture
Font posture flags. Fonts can be either upright or italic.
|
TFontStrokeWeight
Font stroke weight flags.
|
TFontPrintPosition
Font print position flags. Fonts can be normal, superscript or subscript.
|
TFontUnderline
Font underline flags.
|
TFontStrikethrough
Font strike-through flags.
|
TGlyphBitmapType
An enumerated type for the format of a glyph bitmap. This type is currently used to indicate whether glyph bitmaps for scalable fonts are drawn anti-aliased. Additional values may be defined in the future.
TFontStyle::SetBitmapType(TGlyphBitmapType)
Sets whether the font should be drawn using anti-aliasing. If set, this value ov...
|
const TInt KMaxTypefaceNameLength=0x18;
The maximum length of a typeface name (in characters).
const TInt KSuperSubScalingPercentage=67;
The percentage used to multiply a normal font height when calculating its superscript or subscript height.
const TInt KSuperscriptOffsetPercentage=-28;
The percentage of a font height used to calculate its baseline offset for a superscript print position.
const TInt KSubscriptOffsetPercentage=14;
The percentage of a font height used to calculate its baseline offset for a subscript print position.
const TInt KMaxPrinterModelNameLength=0x20;
The maximum length of a printer model name.
TPrinterModelName
TPrinterModelName
Defines a modifiable buffer descriptor that can contain the name of a printer mo...const TInt KPdrStoreFileUidVal=268435514;
The UID value of a printer specification data store.