[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:
parent
b467579c8d
commit
24eb3f7197
@ -385,7 +385,7 @@ otData = [
|
||||
(
|
||||
"DeltaValue",
|
||||
"DeltaValue",
|
||||
"",
|
||||
None,
|
||||
"DeltaFormat in (1,2,3)",
|
||||
"Array of compressed data",
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user