Searched refs:roundTolerance (Results 1 – 6 of 6) sorted by relevance
/external/fonttools/Tests/pens/ |
D | t2CharStringPen_test.py | 126 pen = T2CharStringPen(100.1, {}, roundTolerance=0.0) 142 pen = T2CharStringPen(100.1, {}, roundTolerance=0.5) 157 pen = T2CharStringPen(100, {}, roundTolerance=0.2) 179 T2CharStringPen, None, {}, roundTolerance=-0.1)
|
/external/fonttools/Lib/fontTools/pens/ |
D | t2CharStringPen.py | 47 def __init__(self, width, glyphSet, roundTolerance=0.5, CFF2=False): argument 49 self.roundPoint = makeRoundFunc(roundTolerance)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 295 glyphName, num_masters, master_idx, roundTolerance=0.5): argument 300 roundTolerance=roundTolerance) 307 self.roundNumber = makeRoundNumberFunc(roundTolerance)
|
/external/fonttools/ |
D | NEWS.rst | 883 ``roundTolerance`` argument to control the rounding of coordinates
|
D | PKG-INFO | 1300 ``roundTolerance`` argument to control the rounding of coordinates
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 1300 ``roundTolerance`` argument to control the rounding of coordinates
|