20 #ifndef ANTKEEPER_TYPE_BITMAP_GLYPH_HPP
21 #define ANTKEEPER_TYPE_BITMAP_GLYPH_HPP
Single glyph in a bitmap font.
glyph_metrics metrics
Metrics describing the glyph.
math::uvec2 position
Position of the packed glyph bitmap within the font bitmap.
std::uint32_t bitmap_height
Height of the glyph bitmap, in pixels.
std::vector< std::byte > bitmap
Bitmap representing the glyph.
std::uint32_t bitmap_width
Width of the glyph bitmap, in pixels.
Metrics describing properties of a glyph.