Font

Undocumented in source.
  1. struct Font
    static if(raylibSupport >= RaylibSupport.raylib260)
    struct Font {}
  2. struct Font

Members

Variables

baseSize
int baseSize;
Undocumented in source.
chars
CharInfo* chars;
Undocumented in source.
charsCount
int charsCount;
Undocumented in source.
recs
Rectangle* recs;
Undocumented in source.
texture
Texture2D texture;
Undocumented in source.

Meta