Add a default InstanceDescriptor.font attribute
This commit is contained in:
parent
5ac0b9c04e
commit
0b9ad5ab80
@ -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