We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84292c4 commit fd1c387Copy full SHA for fd1c387
lib/matplotlib/type1font.py
@@ -44,14 +44,15 @@ class Type1Font(object):
44
"""
45
A class representing a Type-1 font, for use by backends.
46
47
- .. attribute:: parts
+ Attributes
48
+ ----------
49
+ parts : tuple
50
+ A 3-tuple of the cleartext part, the encrypted part, and the finale of
51
+ zeros.
52
- A 3-tuple of the cleartext part, the encrypted part, and the
- finale of zeros.
53
+ prop : Dict[str, Any]
54
+ A dictionary of font properties.
55
- .. attribute:: prop
-
- A dictionary of font properties.
56
57
__slots__ = ('parts', 'prop')
58
0 commit comments