summaryrefslogtreecommitdiff
path: root/tests/fonts
Commit message (Collapse)AuthorAgeFilesLines
* Add a bold sans to the test font setupMatthias Clasen2022-01-102-0/+1
|
* Revert "Fix advance widths with transforms"fix-vertical-regressionMatthias Clasen2021-12-172-0/+1
| | | | | | | | | This reverts commit ccb651dd2a876a4f4a4cb9351f05332173e709ba. This broke vertical text rendering, see https://gitlab.com/inkscape/inkscape/-/issues/2950. Update affected tests and add a vertical test.
* Fix handling of space-less fontsfix-spaceless-fontsMatthias Clasen2021-12-163-0/+1
| | | | | | | | | | | HarfBuzz knows how to synthesize spaces, we just need to tickle it in the right way. Test included. Update affected tests. Fixes: #641
* Add a test for 0x6ddarabic-formatMatthias Clasen2021-12-162-0/+2
| | | | This tests the fix in the previous commit.
* Add a monospace font for ciMatthias Clasen2021-12-062-0/+6
| | | | Update affected test outputs.
* tests: Fix font setup for EmojiMatthias Clasen2021-11-261-0/+65
| | | | We need to copy the scale hack for bitmaps.
* Add more Emoji to the included emoji fontMatthias Clasen2021-11-261-0/+0
|
* Add more fonts for test-layout testsMatthias Clasen2021-11-262-4/+7
|
* Make test-layout use included fontsMatthias Clasen2021-11-254-0/+4
Add Cantarell, DejaVu Sans and a subset of Noto Color Emoji to git, and make test-layout use just those fonts. This should help with keeping the ci from breaking due to different system fonts. Update tests.