| Package | starling.text |
| Class | public class BitmapFontType |
| Inheritance | BitmapFontType Object |
| Constant | Defined 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 | ||
| DISTANCE_FIELD | Constant |
public static const DISTANCE_FIELD:String = distanceFieldIndicates that the font texture contains a single channel distance field texture to be rendered with the DistanceFieldStyle.
| MULTI_CHANNEL_DISTANCE_FIELD | Constant |
public static const MULTI_CHANNEL_DISTANCE_FIELD:String = multiChannelDistanceFieldIndicates that the font texture contains a multi channel distance field texture to be rendered with the DistanceFieldStyle.
| STANDARD | Constant |
public static const STANDARD:String = standardA standard bitmap font uses a regular RGBA texture containing all glyphs.