Fixup; ouch!
This commit is contained in:
parent
b30e12ae00
commit
f588727554
@ -384,18 +384,18 @@ class DeltaValue(BaseConverter):
|
||||
|
||||
converterMapping = {
|
||||
# type class
|
||||
"int16" Short,
|
||||
"uint16" UShort,
|
||||
"uint24" UInt24,
|
||||
"uint32" ULong,
|
||||
"Version" Version,
|
||||
"Tag" Tag,
|
||||
"GlyphID" GlyphID,
|
||||
"DeciPoints" DeciPoints,
|
||||
"Fixed" Fixed,
|
||||
"struct" Struct,
|
||||
"Offset" Table,
|
||||
"LOffset" LTable,
|
||||
"ValueRecord" ValueRecord,
|
||||
"DeltaValue" DeltaValue,
|
||||
"int16": Short,
|
||||
"uint16": UShort,
|
||||
"uint24": UInt24,
|
||||
"uint32": ULong,
|
||||
"Version": Version,
|
||||
"Tag": Tag,
|
||||
"GlyphID": GlyphID,
|
||||
"DeciPoints": DeciPoints,
|
||||
"Fixed": Fixed,
|
||||
"struct": Struct,
|
||||
"Offset": Table,
|
||||
"LOffset": LTable,
|
||||
"ValueRecord": ValueRecord,
|
||||
"DeltaValue": DeltaValue,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user