Fixup; ouch!

This commit is contained in:
Behdad Esfahbod 2015-04-26 02:06:36 -04:00
parent b30e12ae00
commit f588727554

View File

@ -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,
}