summaryrefslogtreecommitdiffstats
path: root/src/text.h
Commit message (Collapse)AuthorAgeFilesLines
* font_*(), text_*(), image_*(): Add const qualifiersPatrick McDermott2019-07-181-3/+3
|
* text_new(): Read a file streamPatrick McDermott2019-07-181-1/+3
| | | | | text_render() must now consume the CSI "[" in the if condition, as text_new() does.
* text_set_width(), text_set_height(): New functionsPatrick McDermott2019-07-171-0/+6
| | | | And fill in all the remaining rows in text_render().
* text_*(): Store dimensions as size_tPatrick McDermott2019-07-171-2/+2
|
* text_render(): New functionPatrick McDermott2019-07-171-0/+7
|
* text_*(): New functionsPatrick McDermott2019-07-171-0/+39