RFeatures
class RFeatures()
addObserver(observer, methodName, notification)
Add an observer object. that will receive notification for the given methodName.
getRepresentation(name, **kwargs)
Get a representation by name.
Optionally arguments could be provided if the representation factory requires arguments.
undo(undoTitle='')
Capture the current state of the object and create a undo item in a with
statement.
changed()
Tell the environment that something has changed in the object. The behavior of this method will vary from environment to environment. :
obj.changed()
Inherits from subclass: fontParts.fontshell.features.RFeatures
text
The .fea formated
text representing the features.
It must be a string
.