This is the complete list of members for fond_font, including all inherited members.
| cleanup() | fond_font | |
| cleanup_fontdata() | fond_font | |
| codepoint_index(unsigned int glyph) | fond_font | |
| compute(char *text, size_t *n, unsigned int *vao) | fond_font | |
| compute_extent(char *text, fond_extent *extent) | fond_font | |
| compute_extent_utf(int32_t *text, size_t size, fond_extent *extent) | fond_font | |
| compute_utf(int32_t *text, size_t size, size_t *n, unsigned int *vao) | fond_font | |
| fond_font() | fond_font | |
| free_memory() | fond_font | |
| init() | fond_font | |
| load_file(const char *file, unsigned char **content) | fond_font | |
| load_fit(unsigned int max_size) | fond_font | |
| m_allocated_atlas | fond_font | |
| m_atlas | fond_font | |
| m_characters | fond_font | |
| m_chardata | fond_font | |
| m_codepoints | fond_font | |
| m_converted_codepoints | fond_font | |
| m_error_code | fond_font | |
| m_file | fond_font | |
| m_fontdata | fond_font | |
| m_fontinfo | fond_font | |
| m_height | fond_font | |
| m_index | fond_font | |
| m_oversample | fond_font | |
| m_vsize | fond_font | |
| m_width | fond_font | |
| set_error(FondError code) | fond_font | inline |
| update(char *text, size_t *n, unsigned int vbo, unsigned int ebo) | fond_font | |
| update_utf(int32_t *text, size_t num_chars, size_t *n, unsigned int vbo, unsigned int ebo, int *width) | fond_font | |