Click or drag to resize

BitmapFont Fields

The BitmapFont type exposes the following members.

Fields
  NameDescription
Public fieldcanLight
Can this font be lighted?
(Inherited from BaseFont.)
Public fieldcanOutline
Can this font be stroked? Will be false for Bitmap fonts.
(Inherited from BaseFont.)
Public fieldcanTint
Can this font be tinted? Will be true for dynamic font and fonts generated by BMFont.
(Inherited from BaseFont.)
Public fieldcustomBold
If true, it will use extra vertices to enhance bold effect
(Inherited from BaseFont.)
Public fieldcustomBoldAndItalic
If true, it will use extra vertices to enhance bold effect ONLY when it is in italic style.
(Inherited from BaseFont.)
Public fieldhasChannel
Font generated by BMFont use channels.
(Inherited from BaseFont.)
Public fieldkeepCrisp
Keep text crisp.
(Inherited from BaseFont.)
Public fieldmainTexture
The texture of this font object.
(Inherited from BaseFont.)
Public fieldpackageItem (Inherited from BaseFont.)
Public fieldresizable
Public fieldshader
The shader for this font object.
(Inherited from BaseFont.)
Public fieldsize
Top
See Also