A postblit is present on this object, but not explicitly documented in the source.
Add fallback font (FontStash will try to find missing glyph in all fallback fonts before giving up).
Add font to FontStash.
Add font to FontStash, using data from memory.
Add fonts from another FontStash.
Clear current state (i.e. set it to some sane defaults).
Returns font ascender (positive).
Returns font descender (negative).
Returns font line height.
Get AA for the current font, or for the specified font.
Returns font id corresponding to the given logical font name, or FONS_INVALID.
Returns line bounds. Any argument can be null if you aren't interested in its value.
Returns logical font name corresponding to the given font id, or null.
Measures the specified text string. Parameter bounds should be a float[4], if the bounding box of the text should be returned. The bounds value are [xmin, ymin, xmax, ymax] Returns the horizontal advance of the measured text (i.e. where the next character should drawn).
Returns various font metrics. Any argument can be null if you aren't interested in its value.
Check if FontStash has a font with the given name loaded.
Pop current state. Returns false if state stack underflowed.
Push current state. Returns false if state stack overflowed.
Create new FontStash context. It can be destroyed with fs.kill() later.
FontStash context (internal definition). Don't use it derectly, it was made public only to generate documentation.