struct NativeHintingType { String Typeface; NativeHintingRange RasterRange; NativeHintingRange VectorRange; unsigned MaxRasterHintedSize; unsigned MaxVectorHintedSize; };
An enumeration used in external font providers indicating the native hinting types.
|
Members |
Description |
|
String Typeface; |
Specifies font typeface name. |
|
NativeHintingRange RasterRange; |
Controls the character range in which the native raster hinting is used. |
|
NativeHintingRange VectorRange; |
Controls the character range in which native vector hinting is used. |
|
unsigned MaxRasterHintedSize; |
Defines the maximal font size in pixels at which the native raster hinting is used. |
|
unsigned MaxVectorHintedSize; |
Defines the maximal font size in pixels at which the native vector hinting is used. |
Render_Font.h