Remove InstanceDescriptor.mutedGlyphNames
Closes https://github.com/fonttools/fonttools/issues/1417.
This commit is contained in:
parent
af0e78e2eb
commit
dd40dac5e0
@ -216,8 +216,6 @@ Attributes
|
||||
- ``glyphs``: dict for special master definitions for glyphs. If glyphs
|
||||
need special masters (to record the results of executed rules for
|
||||
example). MutatorMath.
|
||||
- ``mutedGlyphNames``: list of glyphnames that should be suppressed in
|
||||
the generation of this instance.
|
||||
- ``kerning``: bool. Indicates if this instance needs its kerning
|
||||
calculated. MutatorMath.
|
||||
- ``info``: bool. Indicated if this instance needs the interpolating
|
||||
|
@ -235,7 +235,6 @@ class InstanceDescriptor(SimpleDescriptor):
|
||||
self.localisedStyleMapStyleName = {}
|
||||
self.localisedStyleMapFamilyName = {}
|
||||
self.glyphs = {}
|
||||
self.mutedGlyphNames = []
|
||||
self.kerning = True
|
||||
self.info = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user