typerig.proxy.objects.composer
typerig.proxy.objects.composer (version 0.0.1)
# MODULE: Typerig / Proxy / Composer (Objects) # ------------------------------------------------------ # (C) Vassil Kateliev, 2017 (http://www.kateliev.com) # (C) Karandash Type Foundry (http://www.karandash.eu) #-------------------------------------------------------- # www.typerig.com
Classes
class dictComposer(builtin.object)
For CSV I/O
Methods
- getitem(self, comp_name)
- init(self, glyph)
- repr(self)
Descriptors
- dict
-
dictionary for instance variables (if defined)
- weakref
-
list of weak references to the object (if defined)
- components
Attributes
- componentTransform = <class 'typerig.proxy.objects.composer.componentTransform'>
dictComposer
typerig.proxy.objects.composer.dictComposer = class dictComposer(__builtin__.object)
For CSV I/O
Methods
- __getitem__(self, comp_name)
- __init__(self, glyph)
- __repr__(self)
Descriptors
- __dict__
-
dictionary for instance variables (if defined)
- __weakref__
-
list of weak references to the object (if defined)
- components
Attributes
- componentTransform = <class 'typerig.proxy.objects.composer.componentTransform'>