single
Creates a new immutable BitmapProvider with a single glyph from a texture.
Parameters
The path to where the texture will be saved.
The texture containing the glyph.
The code point of the glyph.
The height that glyphs will be rendered as. If this does not match the height of the glyphs, the glyphs will be scaled, keeping the aspect ratio. This is the height
property in json.
The defined character ascent. This is the ascent
property in json.
Creates an immutable BitmapProvider with a single glyph, assuming the texture will exist.
Parameters
The path where the texture will be read from and saved to.
The code point of the glyph.
The height that glyphs will be rendered as. If this does not match the glyphs actual height, the glyphs will be scaled, keeping the aspect ratio. This is the height
property in json.
The defined character ascent. This is the ascent
property in json.