These are predefined UTF-32 charset ranges to be used when creating a Font.
More...
#include <Font.hpp>
These are predefined UTF-32 charset ranges to be used when creating a Font.
- Note
- This is of course not all charset ranges you can use, find more here: https://symbl.cc/en/unicode-table/
Definition at line 29 of file Font.hpp.
◆ Cyrillic
| CharsetRange Cori::Graphics::Font::CharsetRanges::Cyrillic = { 0x0400, 0x04FF } |
|
staticconstexpr |
◆ CyrillicExtendedA
| CharsetRange Cori::Graphics::Font::CharsetRanges::CyrillicExtendedA = { 0x2DE0, 0x2DFF } |
|
staticconstexpr |
◆ CyrillicExtendedB
| CharsetRange Cori::Graphics::Font::CharsetRanges::CyrillicExtendedB = { 0xA640, 0xA69F } |
|
staticconstexpr |
◆ Latin
| CharsetRange Cori::Graphics::Font::CharsetRanges::Latin = { 0x0020, 0x00FF } |
|
staticconstexpr |
◆ LatinExtendedA
| CharsetRange Cori::Graphics::Font::CharsetRanges::LatinExtendedA = { 0x0100, 0x017F } |
|
staticconstexpr |
◆ LatinExtendedB
| CharsetRange Cori::Graphics::Font::CharsetRanges::LatinExtendedB = { 0x0180, 0x024F } |
|
staticconstexpr |
The documentation for this struct was generated from the following file: