FlatUI
An open source project by
FPL.
|
This struct holds the glyph information that is used when re-creating a FontBuffer. More...
#include <font_buffer.h>
This struct holds the glyph information that is used when re-creating a FontBuffer.
Public Member Functions | |
GlyphInfo (HashedId face_id, uint32_t code_point, float size) | |
Public Attributes | |
HashedId | face_id_ |
uint32_t | code_point_ |
float | size_ |