Packagestarling.text
Classpublic class BitmapFontType
InheritanceBitmapFontType Inheritance Object

This class is an enumeration of possible types of bitmap fonts.



Public Constants
 ConstantDefined By
  DISTANCE_FIELD : String = distanceField
[static] Indicates that the font texture contains a single channel distance field texture to be rendered with the DistanceFieldStyle.
BitmapFontType
  MULTI_CHANNEL_DISTANCE_FIELD : String = multiChannelDistanceField
[static] Indicates that the font texture contains a multi channel distance field texture to be rendered with the DistanceFieldStyle.
BitmapFontType
  STANDARD : String = standard
[static] A standard bitmap font uses a regular RGBA texture containing all glyphs.
BitmapFontType
Constant Detail
DISTANCE_FIELDConstant
public static const DISTANCE_FIELD:String = distanceField

Indicates that the font texture contains a single channel distance field texture to be rendered with the DistanceFieldStyle.

MULTI_CHANNEL_DISTANCE_FIELDConstant 
public static const MULTI_CHANNEL_DISTANCE_FIELD:String = multiChannelDistanceField

Indicates that the font texture contains a multi channel distance field texture to be rendered with the DistanceFieldStyle.

STANDARDConstant 
public static const STANDARD:String = standard

A standard bitmap font uses a regular RGBA texture containing all glyphs.