Merge pull request #1679 from madig/ds-instance-default-font-attr
Add a default InstanceDescriptor.font attribute
This commit is contained in:
commit
4c86ca608f
@ -223,6 +223,7 @@ class InstanceDescriptor(SimpleDescriptor):
|
||||
def __init__(self):
|
||||
self.filename = None # the original path as found in the document
|
||||
self.path = None # the absolute path, calculated from filename
|
||||
self.font = None # Same as in SourceDescriptor.
|
||||
self.name = None
|
||||
self.location = None
|
||||
self.familyName = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user