aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add libskrift_open_font_atMattias Andrée2020-04-304-0/+23
* reverse_text: use restrictMattias Andrée2020-04-291-1/+1
* Add support for mirrored text (mirror both text and characters for right-to-left)Mattias Andrée2020-04-294-4/+39
* mMattias Andrée2020-04-291-0/+2
* Add support for inter-letter spacingMattias Andrée2020-04-294-8/+8
* mMattias Andrée2020-04-291-14/+14
* Add support for text-level transformationMattias Andrée2020-04-295-11/+26
* Add support for character mirroring and add functions for creating transformationsMattias Andrée2020-04-2915-42/+192
* Add support for character transformationMattias Andrée2020-04-283-16/+50
* Thread-safetyMattias Andrée2020-04-282-6/+8
* Document alpha blending algorithmMattias Andrée2020-04-282-1/+49
* Fix blending function error for non-premultiplied surfacesMattias Andrée2020-04-282-7/+7
* The demo no longer uses libgraphemeMattias Andrée2020-04-281-2/+0
* More things that are out of scopeMattias Andrée2020-04-281-0/+6
* Line breaks are out of scopeMattias Andrée2020-04-281-0/+2
* Update README with missing featureMattias Andrée2020-04-281-0/+2
* simply readmeMattias Andrée2020-04-281-3/+2
* mMattias Andrée2020-04-281-0/+2
* mMattias Andrée2020-04-281-1/+1
* mMattias Andrée2020-04-281-1/+1
* Add READMEMattias Andrée2020-04-281-0/+75
* Fix drawing issues (there is still some left)Mattias Andrée2020-04-286-51/+114
* Add code (untested) for applying glyphs to an imageMattias Andrée2020-04-2813-67/+740
* Faster glyph merging when not using smoothingMattias Andrée2020-04-261-6/+10
* Prepare for glyph caching supportMattias Andrée2020-04-263-3/+5
* Store font count in contextMattias Andrée2020-04-261-0/+1
* libskrift_merge_glyphs: support any pixel encodingMattias Andrée2020-04-262-4/+6
* Add autohinting and autokerning renders flags and prepare for fallback fontsMattias Andrée2020-04-265-19/+40
* Use 32-bit integer for rendering flagsMattias Andrée2020-04-261-32/+31
* Add grid_fineness optionMattias Andrée2020-04-263-4/+8
* First commitMattias Andrée2020-04-2622-0/+921