Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::text_metrics Member List

This is the complete list of members for gfx::text_metrics, including all inherited members.

append_text(font_handle handle, const char *str, const char *end=nullptr) -> voidgfx::text_metrics
append_text(font_handle handle, const wchar_t *str, const wchar_t *end=nullptr) -> voidgfx::text_metrics
clear_text() -> voidgfx::text_metrics
get_height() const -> floatgfx::text_metricsinline
get_width() const -> floatgfx::text_metricsinline
text_metrics(font_manager *manager)gfx::text_metrics