1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00
WeasyPrint/weasyprint
Guillaume Ayoub 7e7b1d7e91 Include the font hash to create the font name
Using the font hash avoids collisions when we have the same font description
but not the same hash, for example when the same font is used in multiple HTML
instances.

It could be possible to only store the font once, this solution is not optimal
but this more reliable.

Fix #1489.
2021-11-13 19:17:24 +01:00
..
css Fix typo in user-agent stylesheet 2021-10-14 16:22:57 +02:00
formatting_structure Make Style inherit from dict 2021-05-08 00:48:58 +02:00
layout Simplify API to get intrinsic size of images 2021-08-03 18:39:14 +02:00
svg Use better approximations for font ascent and descent values in SVG 2021-11-04 09:35:13 +01:00
text Only enable letter- and word-spacing when needed 2021-10-13 22:11:58 +02:00
__init__.py Version 53.3 2021-09-10 14:23:32 +02:00
__main__.py Re-add deprecated CLI options 2021-04-28 15:15:35 +02:00
document.py Include the font hash to create the font name 2021-11-13 19:17:24 +01:00
draw.py Include origin translation into matrix for patterns 2021-07-31 01:06:50 +02:00
html.py Improve SVG support 2021-04-30 18:13:08 +02:00
images.py Fix images embedded from multiple pages 2021-11-05 22:11:09 +01:00
logger.py Remove repeated copyright assignments in files 2020-01-02 14:10:09 +01:00
stacking.py Handle stacking contexts put in contexts by previous generations 2021-07-13 16:33:42 +02:00
urls.py Add a lot of documentation 2021-02-18 21:03:40 +01:00