fgKerningGroups
fontgate.fgKerningGroups = class fgKerningGroups(object)
Dictionary of kerning groups Constructors: fgKerningGroups(fgDataOwnerData) - default
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __delitem__(...)
-
x.__delitem__(y) <==> del x[y]
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __getitem__(...)
-
x.__getitem__(y) <==> x[y]
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- __setitem__(...)
-
x.__setitem__(i, y) <==> x[i]=y
- asDict(...)
-
represent object as dictionary
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
asDict
- fontgate.fgKerningGroups.asDict = asDict(...)
-
represent object as dictionary
clear
- fontgate.fgKerningGroups.clear = clear(...)
-
clear() - delete all items
has_key
- fontgate.fgKerningGroups.has_key = has_key(...)
-
bool has_key('groupName')
items
- fontgate.fgKerningGroups.items = items(...)
-
list( tuple('groupName', tuple( list('glyphName'), mode ) ) items()
keys
- fontgate.fgKerningGroups.keys = keys(...)
-
list('groupName') keys()
remove
- fontgate.fgKerningGroups.remove = remove(...)
-
remove('groupName'[, deleteDependentKerningPairs = false])
rename
- fontgate.fgKerningGroups.rename = rename(...)
-
bool/Nothing rename('oldGroupName', 'newGroupName')
values
- fontgate.fgKerningGroups.values = values(...)
-
list ( tuple( list('glyphName'), mode ) ) values()