File: layer.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 (29 lines) | stat: -rw-r--r-- 762 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

Layer
*****

Must Override
-------------
.. automethod:: BaseLayer._getItem
.. automethod:: BaseLayer._get_color
.. automethod:: BaseLayer._get_lib
.. automethod:: BaseLayer._get_name
.. automethod:: BaseLayer._keys
.. automethod:: BaseLayer._newGlyph
.. automethod:: BaseLayer._removeGlyph
.. automethod:: BaseLayer._set_color
.. automethod:: BaseLayer._set_name

May Override
------------
.. automethod:: BaseLayer._autoUnicodes
.. automethod:: BaseLayer._contains
.. automethod:: BaseLayer._init
.. automethod:: BaseLayer._insertGlyph
.. automethod:: BaseLayer._interpolate
.. automethod:: BaseLayer._isCompatible
.. automethod:: BaseLayer._iter
.. automethod:: BaseLayer._len
.. automethod:: BaseLayer._round