Font
extern (C) @nogc nothrow
struct Font {
}
- baseSize
int baseSize;
Undocumented in source.
- glyphCount
int glyphCount;
Undocumented in source.
- glyphPadding
int glyphPadding;
Undocumented in source.
- glyphs
GlyphInfo* glyphs;
Undocumented in source.
- recs
Rectangle* recs;
Undocumented in source.
- texture
Texture2D texture;
Undocumented in source.
raylib
aliasesenumsfunctionsmanifest constantsstructs