Get font info.
This commit is contained in:
@@ -78,5 +78,4 @@ typedef struct {
|
||||
extern State *state;
|
||||
|
||||
bool stateInit( const char *exePath );
|
||||
// bool stateRun();
|
||||
void stateFree();
|
||||
|
||||
@@ -12,3 +12,6 @@ int ltextDrawText( lua_State *L );
|
||||
int ltextDrawTextPro( lua_State *L );
|
||||
/* Misc. */
|
||||
int ltextMeasureText( lua_State *L );
|
||||
int ltextGetFontBaseSize( lua_State *L );
|
||||
int ltextGetFontGlyphCount( lua_State *L );
|
||||
int ltextGetFontGlyphPadding( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user