Font.get_line_from_cache

Undocumented in source. Be warned that the author may not have intended to support it.
  1. 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)
    class Font
    get_line_from_cache
    (
    string text
    ,
    int size
    ,,,
    SDL_Color color
    ,
    ushort[] attrs = null
    ,
    ssize_t start_pos = -1
    ,
    ssize_t end_pos = -1
    )
  2. 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)

Meta