MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / GetGlyphRangesDefault

Method GetGlyphRangesDefault

plugins/Cardinal/src/DearImGui/imgui_draw.cpp:2810–2818  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2808
2809// Retrieve list of range (2 int per range, values are inclusive)
2810const ImWchar* ImFontAtlas::GetGlyphRangesDefault()
2811{
2812 static const ImWchar ranges[] =
2813 {
2814 0x0020, 0x00FF, // Basic Latin + Latin Supplement
2815 0,
2816 };
2817 return &ranges[0];
2818}
2819
2820const ImWchar* ImFontAtlas::GetGlyphRangesKorean()
2821{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected