aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_free_context.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-28Fix drawing issues (there is still some left)Mattias Andrée6-51/+114
2020-04-28Add code (untested) for applying glyphs to an imageMattias Andrée13-67/+740
2020-04-26Faster glyph merging when not using smoothingMattias Andrée1-6/+10
2020-04-26Prepare for glyph caching supportMattias Andrée3-3/+5
2020-04-26Store font count in contextMattias Andrée1-0/+1
2020-04-26libskrift_merge_glyphs: support any pixel encodingMattias Andrée2-4/+6
2020-04-26Add autohinting and autokerning renders flags and prepare for fallback fontsMattias Andrée5-19/+40
2020-04-26Use 32-bit integer for rendering flagsMattias Andrée1-32/+31
2020-04-26Add grid_fineness optionMattias Andrée3-4/+8