Return a tuple of font feature tags to enable.
(self)
| 933 | return self._fontproperties.get_family() |
| 934 | |
| 935 | def get_fontfeatures(self): |
| 936 | """ |
| 937 | Return a tuple of font feature tags to enable. |
| 938 | """ |
| 939 | return self._features |
| 940 | |
| 941 | def get_fontname(self): |
| 942 | """ |
no outgoing calls