aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_draw_text.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-16/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* reverse_text: use restrictMattias Andrée2020-04-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for mirrored text (mirror both text and characters for right-to-left)Mattias Andrée2020-04-291-2/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for inter-letter spacingMattias Andrée2020-04-291-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for text-level transformationMattias Andrée2020-04-291-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix drawing issues (there is still some left)Mattias Andrée2020-04-281-0/+27
Signed-off-by: Mattias Andrée <maandree@kth.se>