CharInfo

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

Members

Variables

advanceX
int advanceX;
Undocumented in source.
image
Image image;
Undocumented in source.
offsetX
int offsetX;
Undocumented in source.
offsetY
int offsetY;
Undocumented in source.
value
int value;
Undocumented in source.

Meta