Files
wow_Meta/api/CreateFont.lua
2025-05-04 14:35:26 +02:00

7 lines
167 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param name string
---@return table fontObject
---Creates a new Font object
function CreateFont(name) end