Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/fonts/*.c: Add fonts from upstream Linux | Patrick McDermott | 2019-07-18 | 1 | -0/+11 |
* | Don't use libpng's pointer typedefs | Patrick McDermott | 2019-07-18 | 1 | -1/+1 |
* | assert() function arguments | Patrick McDermott | 2019-07-18 | 1 | -0/+14 |
* | font_list(): New function | Patrick McDermott | 2019-07-18 | 1 | -0/+11 |
* | font_default(): New function | Patrick McDermott | 2019-07-18 | 1 | -2/+20 |
* | 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 |
* | src/font.c: Reduce spacing in macro definitions | Patrick McDermott | 2019-07-18 | 1 | -6/+6 |
* | font_render(): Actually address bits in font | Patrick McDermott | 2019-07-17 | 1 | -6/+15 |
* | font_render(): Fix pixel size | Patrick McDermott | 2019-07-17 | 1 | -6/+7 |
* | font_render(): New function | Patrick McDermott | 2019-07-17 | 1 | -0/+28 |
* | font_get_width(), font_get_height(): New functions | Patrick McDermott | 2019-07-17 | 1 | -0/+12 |
* | font_find(): New function | Patrick McDermott | 2019-07-17 | 1 | -0/+56 |