Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | font_default(): New function | Patrick McDermott | 2019-07-18 | 1 | -0/+3 |
| | | | | And make font_find() return NULL if a font can't be found. | ||||
* | font_*(), text_*(), image_*(): Add const qualifiers | Patrick McDermott | 2019-07-18 | 1 | -3/+3 |
| | |||||
* | text_*(), font_*(), sgr(): Convert to unsigned char | Patrick McDermott | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | font_render(): New function | Patrick McDermott | 2019-07-17 | 1 | -3/+7 |
| | |||||
* | font_get_width(), font_get_height(): New functions | Patrick McDermott | 2019-07-17 | 1 | -0/+6 |
| | |||||
* | font_find(): New function | Patrick McDermott | 2019-07-17 | 1 | -0/+32 |