Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | font_*(), text_*(), image_*(): Add const qualifiers | Patrick McDermott | 2019-07-18 | 1 | -3/+3 |
| | |||||
* | text_new(): Read a file stream | Patrick McDermott | 2019-07-18 | 1 | -1/+3 |
| | | | | | text_render() must now consume the CSI "[" in the if condition, as text_new() does. | ||||
* | text_set_width(), text_set_height(): New functions | Patrick McDermott | 2019-07-17 | 1 | -0/+6 |
| | | | | And fill in all the remaining rows in text_render(). | ||||
* | text_*(): Store dimensions as size_t | Patrick McDermott | 2019-07-17 | 1 | -2/+2 |
| | |||||
* | text_render(): New function | Patrick McDermott | 2019-07-17 | 1 | -0/+7 |
| | |||||
* | text_*(): New functions | Patrick McDermott | 2019-07-17 | 1 | -0/+39 |