summaryrefslogtreecommitdiff
path: root/tests/layouts/no-space.layout
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of space-less fontsfix-spaceless-fontsMatthias Clasen2021-12-161-0/+142
HarfBuzz knows how to synthesize spaces, we just need to tickle it in the right way. Test included. Update affected tests. Fixes: #641