aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for horizontal blanking interval in output imagesMattias Andrée2021-08-051-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* make demo flexible + minor fixesMattias Andrée2021-08-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* minor fixes and cleanups, and update to use new version of libgrapheme and add text length parameter instead of using NUL-terminationMattias Andrée2021-08-051-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add flag for ignoring variant selectors that the font does not supportMattias Andrée2020-04-301-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libskrift_open_font_atMattias Andrée2020-04-301-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for character mirroring and add functions for creating transformationsMattias Andrée2020-04-291-19/+101
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for character transformationMattias Andrée2020-04-281-15/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix drawing issues (there is still some left)Mattias Andrée2020-04-281-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add code (untested) for applying glyphs to an imageMattias Andrée2020-04-281-18/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Prepare for glyph caching supportMattias Andrée2020-04-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add autohinting and autokerning renders flags and prepare for fallback fontsMattias Andrée2020-04-261-2/+5
| | | | 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-261-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2020-04-261-0/+183
Signed-off-by: Mattias Andrée <maandree@kth.se>