Setting to true
will destroy page textures
when the font is uninstalled.
This character set includes all the letters in the alphabet (both lower- and upper- case).
This character set is the union of BitmapFont.ALPHA
and BitmapFont.NUMERIC
.
This character set consists of all the ASCII table.
This character set includes all decimal digits (from 0 to 9).
Collection of available/installed fonts.
Collection of default options when using BitmapFont.from
.
Remove references to created glyph textures.
Generates a bitmap-font for the given style and character set. This does not support
kernings yet. With style
properties, only the following non-layout properties are used:
The name of the custom font to use with BitmapText.
Font generated by style options.
Register a new bitmap font.
The characters map that could be provided as xml or raw string.
Result font object with font, size, lineHeight and char fields.
Remove bitmap font by name.
Name of the font to uninstall.
Generated using TypeDoc
BitmapFont represents a typeface available for use with the BitmapText class. Use the
install
method for adding a font to be used.PIXI