Flutter Engine
The Flutter Engine
|
The glyph index in the typeface. More...
#include <glyph.h>
Public Types | |
enum class | Type : uint8_t { kPath , kBitmap } |
Public Member Functions | |
Glyph (uint16_t p_index, Type p_type) | |
Public Attributes | |
uint16_t | index = 0 |
Type | type = Type::kPath |
Whether the glyph is a path or a bitmap. More... | |
|
inline |
Type impeller::Glyph::type = Type::kPath |