1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
.. highlight:: python
.. module:: fontParts.base
Point
*****
Must Override
-------------
.. automethod:: BasePoint._get_identifier
.. automethod:: BasePoint._get_name
.. automethod:: BasePoint._get_smooth
.. automethod:: BasePoint._get_type
.. automethod:: BasePoint._get_x
.. automethod:: BasePoint._get_y
.. automethod:: BasePoint._set_name
.. automethod:: BasePoint._set_smooth
.. automethod:: BasePoint._set_type
.. automethod:: BasePoint._set_x
.. automethod:: BasePoint._set_y
May Override
------------
.. automethod:: BasePoint._get_index
.. automethod:: BasePoint._init
.. automethod:: BasePoint._moveBy
.. automethod:: BasePoint._rotateBy
.. automethod:: BasePoint._round
.. automethod:: BasePoint._scaleBy
.. automethod:: BasePoint._skewBy
.. automethod:: BasePoint._transformBy
.. automethod:: BasePoint.copyData
|