ShowFontSelector
Definition
-- @/=[C]:-1
function ShowFontSelector(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.ShowFontSelector(string_label)
if string_label == nil then log("E", "", "Parameter 'string_label' of function 'ShowFontSelector' cannot be nil, as the c type is 'const char *'") ; return end
if string_label == nil then log("E", "", "Parameter 'string_label' of function 'ShowFontSelector' cannot be nil, as the c type is 'const char *'") ; return end
imgui.ShowFontSelector(string_label)
end