Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitmapFontType

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

Hierarchy

  • BitmapFontType

Index

Properties

Static DISTANCE_FIELD

DISTANCE_FIELD: string

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

Static MULTI_CHANNEL_DISTANCE_FIELD

MULTI_CHANNEL_DISTANCE_FIELD: string

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

Static STANDARD

STANDARD: string

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

Generated using TypeDoc