File: point.rst

package info (click to toggle)
fontparts 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,004 kB
  • sloc: python: 18,702; makefile: 216; javascript: 143
file content (31 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (4)
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