- clear_chars_cache
void clear_chars_cache()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear_lines_cache
void clear_lines_cache()
Undocumented in source. Be warned that the author may not have intended to support it.
- get_char_from_cache
auto get_char_from_cache(string chr, int size, SDL_Color color, size_t f)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_line_from_cache
auto get_line_from_cache(string text, int size, int line_width, int line_height, SDL_Color color, ushort[] attrs, ssize_t start_pos, ssize_t end_pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_line_from_cache
auto get_line_from_cache(dchar[] text, int cols, int rows, int size, int line_height, SDL_Color color, ushort[] attrs, ssize_t start_pos, ssize_t end_pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_size_of_line
SDL_Rect get_size_of_line(inout(char)[] text, int size, long line_width, int line_height, SDL_Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_size_of_line
SDL_Rect get_size_of_line(int cols, int rows, int size, SDL_Color color)
Undocumented in source. Be warned that the author may not have intended to support it.