MCPcopy Create free account
hub / github.com/RenderKit/embree / GetGlyphRangesDefault

Method GetGlyphRangesDefault

tutorials/common/imgui/imgui_draw.cpp:2802–2810  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2800
2801// Retrieve list of range (2 int per range, values are inclusive)
2802const ImWchar* ImFontAtlas::GetGlyphRangesDefault()
2803{
2804 static const ImWchar ranges[] =
2805 {
2806 0x0020, 0x00FF, // Basic Latin + Latin Supplement
2807 0,
2808 };
2809 return &ranges[0];
2810}
2811
2812const ImWchar* ImFontAtlas::GetGlyphRangesGreek()
2813{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected