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 -> bool
gfx::text_buffer
inline
get_drop_shadow_color
() -> uint32_t
gfx::text_buffer
inline
get_drop_shadow_offset_u
() -> float
gfx::text_buffer
inline
get_drop_shadow_offset_v
() -> float
gfx::text_buffer
inline
get_drop_shadow_softener
() -> float
gfx::text_buffer
inline
get_index_buffer
() const -> const uint16_t *
gfx::text_buffer
inline
get_index_count
() const -> uint32_t
gfx::text_buffer
inline
get_index_size
() const -> uint32_t
gfx::text_buffer
inline
get_max_buffered_characters
() const -> size_t
gfx::text_buffer
inline
get_outline_color
() -> uint32_t
gfx::text_buffer
inline
get_outline_width
() -> float
gfx::text_buffer
inline
get_pen_position
(float *x, float *y)
gfx::text_buffer
inline
get_rectangle
() const -> text_rectangle
gfx::text_buffer
inline
get_text_color
() const -> uint32_t
gfx::text_buffer
inline
get_vertex_buffer
() -> const uint8_t *
gfx::text_buffer
inline
get_vertex_count
() const -> uint32_t
gfx::text_buffer
inline
get_vertex_size
() const -> uint32_t
gfx::text_buffer
inline
resize_buffers
(size_t max_buffered_characters)
gfx::text_buffer
inline
set_apply_kerning
(bool apply_kerning)
gfx::text_buffer
inline
set_background_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_buffers_dirty
(bool dirty)
gfx::text_buffer
inline
set_drop_shadow_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_drop_shadow_offset
(float u, float v)
gfx::text_buffer
inline
set_drop_shadow_softener
(float smoother)
gfx::text_buffer
inline
set_foreground_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_outline_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_outline_width
(float outline_width=3.0f)
gfx::text_buffer
inline
set_overline_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_pen_origin
(float x, float y)
gfx::text_buffer
inline
set_pen_position
(float x, float y)
gfx::text_buffer
inline
set_strike_through_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_style
(uint32_t flags=style_normal)
gfx::text_buffer
inline
set_text_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
set_underline_color
(uint32_t rgba=0xff000000)
gfx::text_buffer
inline
text_buffer
(font_manager *manager)
gfx::text_buffer
inline
Generated by
1.12.0