Location:
gdi.h
Link against:
N/A
TTypefaceSupport
Supported from 5.0
Typeface family support information.
This data-only class includes the name and attributes of a typeface, how many font heights are available, its minimum and maximum heights, and whether or not it is scaleable — a typeface is scaleable if it supports heights at fixed intervals between the minimum and maximum heights.
Defined in TTypefaceSupport
:
iIsScalable
, iMaxHeightInTwips
, iMinHeightInTwips
, iNumHeights
, iTypeface
TBool iIsScalable
Whether the typeface is scaleable. ETrue
if it is scaleable, otherwise EFalse
.