aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for character transformationMattias Andrée2020-04-283-16/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Thread-safetyMattias Andrée2020-04-282-6/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document alpha blending algorithmMattias Andrée2020-04-282-1/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix blending function error for non-premultiplied surfacesMattias Andrée2020-04-282-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* The demo no longer uses libgraphemeMattias Andrée2020-04-281-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More things that are out of scopeMattias Andrée2020-04-281-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Line breaks are out of scopeMattias Andrée2020-04-281-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update README with missing featureMattias Andrée2020-04-281-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* simply readmeMattias Andrée2020-04-281-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2020-04-281-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2020-04-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2020-04-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add READMEMattias Andrée2020-04-281-0/+75
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix drawing issues (there is still some left)Mattias Andrée2020-04-286-51/+114
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add code (untested) for applying glyphs to an imageMattias Andrée2020-04-2813-67/+740
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Faster glyph merging when not using smoothingMattias Andrée2020-04-261-6/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Prepare for glyph caching supportMattias Andrée2020-04-263-3/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Store font count in contextMattias Andrée2020-04-261-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libskrift_merge_glyphs: support any pixel encodingMattias Andrée2020-04-262-4/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add autohinting and autokerning renders flags and prepare for fallback fontsMattias Andrée2020-04-265-19/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use 32-bit integer for rendering flagsMattias Andrée2020-04-261-32/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add grid_fineness optionMattias Andrée2020-04-263-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2020-04-2622-0/+921
Signed-off-by: Mattias Andrée <maandree@kth.se>