ImFontBaked

imguicpp.ImFontBaked (extern class)

Static Members

clearOutputData(self: cpp.Star): Void
Name Type
self cpp.Star

findGlyph(self: cpp.Star, c: cpp.UInt16): cpp.Star

Return U+FFFD glyph if requested glyph doesn't exists.

Name Type
self cpp.Star
c cpp.UInt16
Returns
cpp.Star

findGlyphNoFallback(self: cpp.Star, c: cpp.UInt16): cpp.Star

Return NULL if glyph doesn't exist

Name Type
self cpp.Star
c cpp.UInt16
Returns
cpp.Star

getCharAdvance(self: cpp.Star, c: cpp.UInt16): cpp.Float32
Name Type
self cpp.Star
c cpp.UInt16
Returns
cpp.Float32

isGlyphLoaded(self: cpp.Star, c: cpp.UInt16): Bool
Name Type
self cpp.Star
c cpp.UInt16
Returns
Bool

Metadata

Name Parameters
:structAccess -
:include "linc_imgui.h"