class
#include <engine/font/font.hpp>
Font Asset containing raw font data containing the glyphs and their shape. This is used to create FontAtlas that can be used for rendering text.
Constructors, destructors, conversion operators
Public functions
Function documentation
const std::vector<uint8_t>& cubos:: engine:: Font:: data() const
Returns the data bytes of the font.
Returns | The data bytes of the font. |
---|