![]() |
nomlib
|
Container structure for font data. More...
#include <FontPage.hpp>
Public Attributes | |
| GlyphAtlas | glyphs |
| std::shared_ptr< Image > | texture |
| Container for the glyph's pixel buffer. | |
| uint | next_row |
| Y position of the next new row in the texture. | |
| PageRow | rows |
| Positioning of all the existing rows. | |
Container structure for font data.
Definition at line 44 of file FontPage.hpp.
| GlyphAtlas nom::FontPage::glyphs |
Definition at line 58 of file FontPage.hpp.
| uint nom::FontPage::next_row |
Y position of the next new row in the texture.
Definition at line 64 of file FontPage.hpp.
| PageRow nom::FontPage::rows |
Positioning of all the existing rows.
Definition at line 67 of file FontPage.hpp.
| std::shared_ptr<Image> nom::FontPage::texture |
Container for the glyph's pixel buffer.
Definition at line 61 of file FontPage.hpp.