1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00
WeasyPrint/tests
Guillaume Ayoub 81f73ead2e Use the weasyprint.otf font everywhere
Pango has a PANGO_SCALE value of 1024, making it really happy when fonts have a
cadratin value of 1024. Unfortunately, AHEM uses 1000, leading to rounding
errors.

We now use weasyprint.otf everywhere, with 1024. It breaks the exact 20/80
ratio between descent and ascent values, so that we need to use approximate
values for tests relying on an exact position of the baseline.

All the tests should pass, or be explicitely marked as failing.
2020-12-11 00:22:33 +01:00
..
resources Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
test_draw Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
test_layout Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
__init__.py Packaging! 2020-12-06 20:19:59 +01:00
conftest.py Packaging! 2020-12-06 20:19:59 +01:00
test_acid2.py Mark expected failing tests as xfail 2020-12-10 23:05:44 +01:00
test_api.py Fully remove Cairo from documentation and code 2020-12-10 22:47:27 +01:00
test_boxes.py Packaging! 2020-12-06 20:19:59 +01:00
test_counters.py Packaging! 2020-12-06 20:19:59 +01:00
test_css_descriptors.py Packaging! 2020-12-06 20:19:59 +01:00
test_css_validation.py Packaging! 2020-12-06 20:19:59 +01:00
test_css.py Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
test_float.py Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
test_fonts.py Packaging! 2020-12-06 20:19:59 +01:00
test_pdf.py Fully remove Cairo from documentation and code 2020-12-10 22:47:27 +01:00
test_presentational_hints.py Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
test_stacking.py Packaging! 2020-12-06 20:19:59 +01:00
test_target.py Packaging! 2020-12-06 20:19:59 +01:00
test_text.py Use the weasyprint.otf font everywhere 2020-12-11 00:22:33 +01:00
test_unicode.py Packaging! 2020-12-06 20:19:59 +01:00
test_variables.py Packaging! 2020-12-06 20:19:59 +01:00
testing_utils.py Packaging! 2020-12-06 20:19:59 +01:00