Searched refs:psCharStrings (Results 1 - 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/
H A Dt1Lib.py85 from fontTools.misc import psCharStrings namespace
93 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:],
97 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
H A DcffLib.py6 from fontTools.misc import psCharStrings namespace
118 subr = psCharStrings.T2CharString()
383 return psCharStrings.T2CharString(data, private=private, globalSubrs=self.globalSubrs)
402 subr = psCharStrings.T2CharString()
595 charString = psCharStrings.T2CharString(
1304 class TopDictDecompiler(psCharStrings.DictDecompiler):
1308 class PrivateDictDecompiler(psCharStrings.DictDecompiler):
1368 return psCharStrings.encodeIntCFF(self.strings.getSID(s))
1388 return psCharStrings.encodeFloat(num)
1390 return psCharStrings
[all...]
H A Dsubset.py14 from fontTools.misc import psCharStrings namespace
1375 @_add_method(psCharStrings.T2CharString)
1387 @_add_method(psCharStrings.T2CharString)
1414 class _MarkingT2Decompiler(psCharStrings.SimpleT2Decompiler):
1417 psCharStrings.SimpleT2Decompiler.__init__(self,
1426 psCharStrings.SimpleT2Decompiler.op_callsubr(self, index)
1430 psCharStrings.SimpleT2Decompiler.op_callgsubr(self, index)
1432 class _DehintingT2Decompiler(psCharStrings.SimpleT2Decompiler):
1454 psCharStrings.SimpleT2Decompiler.__init__(self,
1462 psCharStrings
[all...]
H A Dinspect.py83 if isinstance(value, misc.psCharStrings.T2CharString):
/external/fonttools/Tools/fontTools/
H A Dt1Lib.py85 from fontTools.misc import psCharStrings namespace
93 charStrings[glyphName] = psCharStrings.T1CharString(charString[lenIV:],
97 subrs[i] = psCharStrings.T1CharString(charString[lenIV:], subrs=subrs)
H A DcffLib.py6 from fontTools.misc import psCharStrings namespace
118 subr = psCharStrings.T2CharString()
383 return psCharStrings.T2CharString(data, private=private, globalSubrs=self.globalSubrs)
402 subr = psCharStrings.T2CharString()
595 charString = psCharStrings.T2CharString(
1304 class TopDictDecompiler(psCharStrings.DictDecompiler):
1308 class PrivateDictDecompiler(psCharStrings.DictDecompiler):
1368 return psCharStrings.encodeIntCFF(self.strings.getSID(s))
1388 return psCharStrings.encodeFloat(num)
1390 return psCharStrings
[all...]
H A Dsubset.py14 from fontTools.misc import psCharStrings namespace
1375 @_add_method(psCharStrings.T2CharString)
1387 @_add_method(psCharStrings.T2CharString)
1414 class _MarkingT2Decompiler(psCharStrings.SimpleT2Decompiler):
1417 psCharStrings.SimpleT2Decompiler.__init__(self,
1426 psCharStrings.SimpleT2Decompiler.op_callsubr(self, index)
1430 psCharStrings.SimpleT2Decompiler.op_callgsubr(self, index)
1432 class _DehintingT2Decompiler(psCharStrings.SimpleT2Decompiler):
1454 psCharStrings.SimpleT2Decompiler.__init__(self,
1462 psCharStrings
[all...]
H A Dinspect.py83 if isinstance(value, misc.psCharStrings.T2CharString):

Completed in 162 milliseconds