[otData] Fix DeltaValue repeat value

The "" marker is used when a custom converter expects a list.
For DeltaValues, we expect a list as a single value, not a list
to be enumerated in XML. So, None is appropriate here. Cryptic,
I know...

Fixes https://github.com/fonttools/fonttools/pull/3757
This commit is contained in:
Behdad Esfahbod 2025-01-30 13:52:03 +00:00
parent b467579c8d
commit 24eb3f7197

View File

@ -385,7 +385,7 @@ otData = [
(
"DeltaValue",
"DeltaValue",
"",
None,
"DeltaFormat in (1,2,3)",
"Array of compressed data",
),