fgKerningGroups

fontgate.fgKerningGroups = class fgKerningGroups(object)

Dictionary of kerning groups

Constructors:
  fgKerningGroups(fgDataOwnerData) - default

Methods

__cmp__(...)
x.__cmp__(y) <==> cmp(x,y)
__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]
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__len__(...)
x.__len__() <==> len(x)
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setitem__(...)
x.__setitem__(i, y) <==> x[i]=y
asDict(...)
represent object as dictionary
clear(...)
clear() - delete all items
has_key(...)
bool has_key('groupName')
items(...)
list( tuple('groupName', tuple( list('glyphName'), mode ) ) items()
keys(...)
list('groupName') keys()
remove(...)
remove('groupName'[, deleteDependentKerningPairs = false])
rename(...)
bool/Nothing rename('oldGroupName', 'newGroupName')
values(...)
list ( tuple( list('glyphName'), mode ) ) values()

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()