MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetGlyphRangesDefault

Method GetGlyphRangesDefault

imgui_tiny_app/imgui/imgui_draw.cpp:4837–4845  ·  view source on GitHub ↗

Retrieve list of range (2 int per range, values are inclusive)

Source from the content-addressed store, hash-verified

4835
4836// Retrieve list of range (2 int per range, values are inclusive)
4837const ImWchar* ImFontAtlas::GetGlyphRangesDefault()
4838{
4839 static const ImWchar ranges[] =
4840 {
4841 0x0020, 0x00FF, // Basic Latin + Latin Supplement
4842 0,
4843 };
4844 return &ranges[0];
4845}
4846
4847#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
4848const ImWchar* ImFontAtlas::GetGlyphRangesGreek()

Calls

no outgoing calls

Tested by

no test coverage detected