File: image.rst

package info (click to toggle)
fontparts 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,004 kB
  • sloc: python: 18,702; makefile: 216; javascript: 143
file content (29 lines) | stat: -rw-r--r-- 783 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
.. highlight:: python
.. module:: fontParts.base

Image
*****

Must Override
-------------
.. automethod:: BaseImage._get_color
.. automethod:: BaseImage._get_data
.. automethod:: BaseImage._get_transformation
.. automethod:: BaseImage._set_color
.. automethod:: BaseImage._set_data
.. automethod:: BaseImage._set_transformation

May Override
------------
.. automethod:: BaseImage._get_offset
.. automethod:: BaseImage._get_scale
.. automethod:: BaseImage._init
.. automethod:: BaseImage._moveBy
.. automethod:: BaseImage._rotateBy
.. automethod:: BaseImage._round
.. automethod:: BaseImage._scaleBy
.. automethod:: BaseImage._set_offset
.. automethod:: BaseImage._set_scale
.. automethod:: BaseImage._skewBy
.. automethod:: BaseImage._transformBy
.. automethod:: BaseImage.copyData