From af03c7364ea0dfe2c8bb269eb8a8f9b580f39633 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 28 Oct 2023 14:15:20 +0300 Subject: New object type Font. --- include/text.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index 943cbca..1c3ef40 100644 --- a/include/text.h +++ b/include/text.h @@ -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 ); -- cgit v1.2.3