[fpdf2] Make fpdf.fonts.Glyph a dataclass (#13645)

This commit is contained in:
Sebastian Rittau
2025-03-17 19:27:17 +01:00
committed by GitHub
parent 205e993b52
commit 5cd606b5ed
2 changed files with 6 additions and 8 deletions
@@ -10,3 +10,7 @@ fpdf.fonts.HarfBuzzFont
# Stubtest wants us to use Literals, but that is unreasonable.
fpdf.unicode_script.UNICODE_RANGE_TO_SCRIPT
# Ignore stubtest weirdness "fpdf.fonts.Glyph._DT is not present at runtime"
# https://github.com/python/mypy/issues/18811
fpdf.fonts.Glyph._DT