fix DrawText func && add enum with text encoding && update manual && other

This commit is contained in:
2025-04-07 21:11:37 +05:00
parent d6b784814f
commit 593c4a6596
7 changed files with 127 additions and 36 deletions

12
.vscode/settings.json vendored
View File

@@ -4,9 +4,14 @@
"files.associations": {
"stdlib.h": "c",
"ksys.h": "c",
"socket.h": "c"
"socket.h": "c",
"graphic.h": "c"
},
"cSpell.words": [
"syscalls",
"INET",
"IPPROTO",
"DGRAM",
"ksys",
"ksys_oskey_t",
"LUALIB_API",
@@ -15,17 +20,18 @@
"tonumber",
"luaL_newmetatable",
"luaL_setmetatable",
"lua_createtable",
"luaL_setfuncs",
"luaL_checkinteger",
"luaL_checkstring",
"luaL_checkudata",
"luaL_optinteger",
"lua_pushboolean",
"lua_pushinteger",
"lua_pushnumber",
"luaL_optinteger",
"lua_pushstring",
"lua_pushnil",
"lua_createtable",
"lua_newtable",
"lua_touserdata",
"lua_setfield",
"lua_getfield",