GE Lua Documentation

Press F to search!

TextGlyph

Definition


-- @/=[C]:-1
function TextGlyph(...)

Callers

@/lua/common/extensions/ui/imgui_custom_luaintf.lua

  function M.TextGlyph(unicode)
    return imgui.TextGlyph(unicode)
  function M.TextGlyph(unicode)
    return imgui.TextGlyph(unicode)
  end