summaryrefslogtreecommitdiffstats
path: root/src/text.h
Commit message (Expand)AuthorAgeFilesLines
* src/image.h, src/text.h: Suffix "_" to guardsPatrick McDermott2019-07-181-3/+3
* Don't use libpng's pointer typedefsPatrick McDermott2019-07-181-1/+1
* font_*(), text_*(), image_*(): Add const qualifiersPatrick McDermott2019-07-181-3/+3
* text_new(): Read a file streamPatrick McDermott2019-07-181-1/+3
* text_set_width(), text_set_height(): New functionsPatrick McDermott2019-07-171-0/+6
* 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