7void write_glyphs(
VertexArray& out, std::span<kvf::ttf::GlyphLayout const> glyphs, glm::vec2 position = {}, kvf::Color color = kvf::white_v);
Definition text/util.hpp:5
void write_glyphs(VertexArray &out, std::span< kvf::ttf::GlyphLayout const > glyphs, glm::vec2 position={}, kvf::Color color=kvf::white_v)
auto clamp(TextHeight height) -> TextHeight
TextHeight
Strongly typed integer for text height.
Definition text_height.hpp:6
Drawable vertex array.
Definition vertex_array.hpp:9