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

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

append_atlas_face(font_handle font_handle, uint16_t face_index)gfx::text_buffer
append_text(font_handle font_handle, const char *str, const char *end=nullptr)gfx::text_buffer
append_text(font_handle font_handle, const wchar_t *str, const wchar_t *end=nullptr)gfx::text_buffer
clear_text_buffer()gfx::text_buffer
get_buffers_dirty() const -> boolgfx::text_bufferinline
get_drop_shadow_color() -> uint32_tgfx::text_bufferinline
get_drop_shadow_offset_u() -> floatgfx::text_bufferinline
get_drop_shadow_offset_v() -> floatgfx::text_bufferinline
get_drop_shadow_softener() -> floatgfx::text_bufferinline
get_index_buffer() const -> const uint16_t *gfx::text_bufferinline
get_index_count() const -> uint32_tgfx::text_bufferinline
get_index_size() const -> uint32_tgfx::text_bufferinline
get_max_buffered_characters() const -> size_tgfx::text_bufferinline
get_outline_color() -> uint32_tgfx::text_bufferinline
get_outline_width() -> floatgfx::text_bufferinline
get_pen_position(float *x, float *y)gfx::text_bufferinline
get_rectangle() const -> text_rectanglegfx::text_bufferinline
get_text_color() const -> uint32_tgfx::text_bufferinline
get_vertex_buffer() -> const uint8_t *gfx::text_bufferinline
get_vertex_count() const -> uint32_tgfx::text_bufferinline
get_vertex_size() const -> uint32_tgfx::text_bufferinline
resize_buffers(size_t max_buffered_characters)gfx::text_bufferinline
set_apply_kerning(bool apply_kerning)gfx::text_bufferinline
set_background_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_buffers_dirty(bool dirty)gfx::text_bufferinline
set_drop_shadow_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_drop_shadow_offset(float u, float v)gfx::text_bufferinline
set_drop_shadow_softener(float smoother)gfx::text_bufferinline
set_foreground_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_outline_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_outline_width(float outline_width=3.0f)gfx::text_bufferinline
set_overline_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_pen_origin(float x, float y)gfx::text_bufferinline
set_pen_position(float x, float y)gfx::text_bufferinline
set_strike_through_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_style(uint32_t flags=style_normal)gfx::text_bufferinline
set_text_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
set_underline_color(uint32_t rgba=0xff000000)gfx::text_bufferinline
text_buffer(font_manager *manager)gfx::text_bufferinline