| 1900 | } |
| 1901 | |
| 1902 | const ImWchar* GetGlyphRangesTurkish() |
| 1903 | { |
| 1904 | static const ImWchar ranges[] = |
| 1905 | { |
| 1906 | 0x0020, 0x00FF, // Basic Latin + Latin Supplement |
| 1907 | 0x011E, 0x011F, // Turkish characters |
| 1908 | 0x0130, 0x0131, |
| 1909 | 0x015E, 0x015F, |
| 1910 | 0x2010, 0x2033, |
| 1911 | 0, |
| 1912 | }; |
| 1913 | return &ranges[0]; |
| 1914 | } |
| 1915 | |
| 1916 | bool IMGUIManager::LoadFont(FontData& request) |
| 1917 | { |