Unravel Engine C++ Reference
|
This is the complete list of members for gfx::font_manager, including all inherited members.
add_glyph_bitmap(font_handle handle, code_point character, uint16_t width, uint16_t height, uint16_t pitch, float extra_scale, const uint8_t *bitmap_buffer, float glyph_offset_x, float glyph_offset_y) -> bool | gfx::font_manager | |
create_font_by_pixel_size(true_type_handle handle, uint32_t typeface_index, uint32_t pixel_size, uint32_t font_type=FONT_TYPE_ALPHA, uint16_t glyph_width_padding=8, uint16_t glyph_height_padding=8) -> font_handle | gfx::font_manager | |
create_scaled_font_to_pixel_size(font_handle base_font_handle, uint32_t pixel_size) -> font_handle | gfx::font_manager | |
create_ttf(const uint8_t *buffer, uint32_t size) -> true_type_handle | gfx::font_manager | |
destroy_font(font_handle handle) | gfx::font_manager | |
destroy_ttf(true_type_handle handle) | gfx::font_manager | |
font_manager(uint16_t texture_side_width=512) | gfx::font_manager | |
get_atlas(font_handle handle) const -> Atlas * | gfx::font_manager | |
get_font_info(font_handle handle) const -> const font_info & | gfx::font_manager | |
get_glyph_info(font_handle handle, code_point code_point) -> const glyph_info * | gfx::font_manager | |
get_kerning(font_handle handle, code_point prev_code_point, code_point code_point) -> float | gfx::font_manager | |
get_white_glyph(font_handle handle) const -> const glyph_info & | gfx::font_manager | |
preload_glyph(font_handle handle, const wchar_t *string, const wchar_t *end=nullptr) -> bool | gfx::font_manager | |
preload_glyph(font_handle handle, const char *string, const char *end=nullptr) -> bool | gfx::font_manager | |
preload_glyph(font_handle handle, code_point character) -> bool | gfx::font_manager | |
preload_glyph_ranges(font_handle handle, const code_point *ranges) -> bool | gfx::font_manager | |
~font_manager() | gfx::font_manager |