New object type Font.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
/* Validators. */
|
||||
bool validFont( size_t id );
|
||||
/* Loading. */
|
||||
int ltextGetFontDefault( lua_State *L );
|
||||
int ltextLoadFont( lua_State *L );
|
||||
int ltextLoadFontEx( lua_State *L );
|
||||
int ltextLoadFontFromImage( lua_State *L );
|
||||
int ltextUnloadFont( lua_State *L );
|
||||
/* Drawing. */
|
||||
int ltextDrawFPS( lua_State *L );
|
||||
int ltextDrawText( lua_State *L );
|
||||
|
||||
Reference in New Issue
Block a user