VocabularyraylibClass descriptionRepresents a collections of glyphs that can be drawn to the screen. The fields are defined as followed:
Fields| baseSize | the base size of the characters. This is how tall a glyph is. |
| glyphCount | the number of glyph characters. |
| glyphPadding | the padding around each glyph. |
| texture | the texture atlas continaing the glyphs. |
| recs | an array of rectangles used to find each glyph in texture. |
| glyphs | metadata about each glyph. |
DefinitionMethods