summaryrefslogtreecommitdiffstats
path: root/src/font.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use libpng's pointer typedefsPatrick McDermott2019-07-181-1/+1
* font_list(): New functionPatrick McDermott2019-07-181-0/+5
* font_default(): New functionPatrick McDermott2019-07-181-0/+3
* font_*(), text_*(), image_*(): Add const qualifiersPatrick McDermott2019-07-181-3/+3
* text_*(), font_*(), sgr(): Convert to unsigned charPatrick McDermott2019-07-181-1/+1
* font_render(): New functionPatrick McDermott2019-07-171-3/+7
* font_get_width(), font_get_height(): New functionsPatrick McDermott2019-07-171-0/+6
* font_find(): New functionPatrick McDermott2019-07-171-0/+32