ImFontGlyphRangesBuilder
imguicpp.ImFontGlyphRangesBuilder (extern class)
Static Members
Get bit n in the array
Set bit n in the array
Add character
Add string (each character of the UTF-8 string are added)
Add ranges, e.g. builder.AddRanges(ImFontAtlas::GetGlyphRangesDefault()) to force add all of ASCII/Latin+Ext
Output new ranges (ImVector_Construct()/ImVector_Destruct() can be used to safely construct out_ranges)
Instance Members
Store 1-bit per Unicode code point (0=unused, 1=used)
| Name |
Parameters |
:structAccess |
- |
:include |
"linc_imgui.h" |