Class font_renderer_t¶
Defined in File font_renderer.hpp
Class Documentation¶
-
class font_renderer_t¶
Public Types
Public Functions
-
font_renderer_t(const wt_context_t &ctx, const std::string &font)¶
-
vec2_t render(const std::string &text, bitmap::bitmap2d_t<float> &target, vec2u32_t position, const f_t text_size_px, const anchor_t anchor = anchor_t::bottom_left, const std::optional<vec4_t> &colour = std::nullopt) const¶
-
vec2_t render(const std::string &text, bitmap::bitmap2d_t<double> &target, vec2u32_t position, const f_t text_size_px, const anchor_t anchor = anchor_t::bottom_left, const std::optional<vec4_t> &colour = std::nullopt) const¶
-
font_renderer_t(const wt_context_t &ctx, const std::string &font)¶