ImFontBaked
imguicpp.ImFontBaked (extern class)
Static Members
| Name | Type |
|---|---|
self |
cpp.Star |
findGlyph(self: cpp.Star, c: cpp.UInt16): cpp.StarReturn 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.StarReturn 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" |