Return the font variant. Values are: 'normal' or 'small-caps'.
(self)
| 890 | return self._slant |
| 891 | |
| 892 | def get_variant(self): |
| 893 | """ |
| 894 | Return the font variant. Values are: 'normal' or 'small-caps'. |
| 895 | """ |
| 896 | return self._variant |
| 897 | |
| 898 | def get_weight(self): |
| 899 | """ |
no outgoing calls
no test coverage detected