File: segment.rst

package info (click to toggle)
fontparts 0.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,996 kB
  • sloc: python: 18,700; makefile: 216; javascript: 143
file content (30 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (5)
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
.. highlight:: python
.. module:: fontParts.base

Segment
*******

Must Override
-------------

May Override
------------
.. automethod:: BaseSegment._getItem
.. automethod:: BaseSegment._get_base_offCurve
.. automethod:: BaseSegment._get_index
.. automethod:: BaseSegment._get_offCurve
.. automethod:: BaseSegment._get_onCurve
.. automethod:: BaseSegment._get_points
.. automethod:: BaseSegment._get_smooth
.. automethod:: BaseSegment._get_type
.. automethod:: BaseSegment._init
.. automethod:: BaseSegment._iterPoints
.. automethod:: BaseSegment._len
.. automethod:: BaseSegment._moveBy
.. automethod:: BaseSegment._rotateBy
.. automethod:: BaseSegment._scaleBy
.. automethod:: BaseSegment._set_smooth
.. automethod:: BaseSegment._set_type
.. automethod:: BaseSegment._skewBy
.. automethod:: BaseSegment._transformBy
.. automethod:: BaseSegment.copyData