Skip to content

Documentation / imgui / imGuiSetFontGlyph

Function: imGuiSetFontGlyph()

imGuiSetFontGlyph(charCode, font): void

Defined in: libs/imgui/src/index.ts:116

Set special text glyph font

Parameters

charCode

number

char code of glyph

font

Font

Web font

Returns

void

Released under the MIT License.