summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main(): Set text domain, locale, etc.Patrick McDermott2019-07-181-0/+9
* set_program_name(), error(): New functionsPatrick McDermott2019-07-181-12/+12
* font_list(): New functionPatrick McDermott2019-07-181-0/+4
* main(): Print usagePatrick McDermott2019-07-181-6/+24
* main(): Add option parsingPatrick McDermott2019-07-181-8/+61
* text_new(): Read a file streamPatrick McDermott2019-07-181-1/+18
* main(): Accept image file name argumentPatrick McDermott2019-07-181-2/+2
* text_set_width(), text_set_height(): New functionsPatrick McDermott2019-07-171-0/+2
* image_render(): Use font dimensionsPatrick McDermott2019-07-171-1/+1
* font_find(): New functionPatrick McDermott2019-07-171-3/+6
* main(): Destroy textPatrick McDermott2019-07-171-0/+1
* image_render(): Get dimensions from textPatrick McDermott2019-07-171-2/+9
* Add copyright/license headersPatrick McDermott2019-07-171-0/+21
* image_*(): New functionsPatrick McDermott2019-07-171-0/+13
* Initial commitPatrick McDermott2019-07-171-0/+0