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

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) -> boolgfx::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_handlegfx::font_manager
create_scaled_font_to_pixel_size(font_handle base_font_handle, uint32_t pixel_size) -> font_handlegfx::font_manager
create_ttf(const uint8_t *buffer, uint32_t size) -> true_type_handlegfx::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) -> floatgfx::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) -> boolgfx::font_manager
preload_glyph(font_handle handle, const char *string, const char *end=nullptr) -> boolgfx::font_manager
preload_glyph(font_handle handle, code_point character) -> boolgfx::font_manager
preload_glyph_ranges(font_handle handle, const code_point *ranges) -> boolgfx::font_manager
~font_manager()gfx::font_manager