CharInfo

Undocumented in source.
  1. struct CharInfo
  2. struct CharInfo
    static if(!(raylibSupport >= RaylibSupport.raylib300))
    struct CharInfo {}

Members

Variables

advanceX
int advanceX;
Undocumented in source.
data
ubyte* data;
Undocumented in source.
offsetX
int offsetX;
Undocumented in source.
offsetY
int offsetY;
Undocumented in source.
rec
Rectangle rec;
Undocumented in source.
value
int value;
Undocumented in source.

Meta