Go to the source code of this file.
Namespaces | |
| namespace | ml |
| namespace | ml::Icon |
Functions | |
| MALENA_API const sf::Font & | ml::iconFont () |
The bundled Material Icons font (Apache-2.0). Use with Icon codepoints to render crisp UI glyphs. | |
Variables | |
| constexpr char32_t | ml::Icon::Add = 0xe145 |
| constexpr char32_t | ml::Icon::Check = 0xe5ca |
| constexpr char32_t | ml::Icon::Close = 0xe5cd |
| constexpr char32_t | ml::Icon::Delete = 0xe872 |
| constexpr char32_t | ml::Icon::FormatAlignCenter = 0xe234 |
| constexpr char32_t | ml::Icon::FormatAlignLeft = 0xe236 |
| constexpr char32_t | ml::Icon::FormatAlignRight = 0xe237 |
| constexpr char32_t | ml::Icon::FormatBold = 0xe238 |
| constexpr char32_t | ml::Icon::FormatColorText = 0xe247 |
| constexpr char32_t | ml::Icon::FormatItalic = 0xe23f |
| constexpr char32_t | ml::Icon::FormatListBulleted = 0xe241 |
| constexpr char32_t | ml::Icon::FormatListNumbered = 0xe242 |
| constexpr char32_t | ml::Icon::FormatUnderlined = 0xe249 |
| constexpr char32_t | ml::Icon::Menu = 0xe5d2 |
| constexpr char32_t | ml::Icon::Palette = 0xe40a |
| constexpr char32_t | ml::Icon::Save = 0xe161 |