Scaleform::Render::Font::NativeHintingType

Scaleform::Render::Font::NativeHintingType
struct NativeHintingType {
  String Typeface;
  NativeHintingRange RasterRange;
  NativeHintingRange VectorRange;
  unsigned MaxRasterHintedSize;
  unsigned MaxVectorHintedSize;
};
Description

An enumeration used in external font providers indicating the native hinting types.

Members
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. 
File

Render_Font.h