manimpango.Style¶
- class Style(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
Enum
An enumeration specifying the various slant styles possible for a font.
- NORMAL¶
the font is upright.
- ITALIC¶
the font is slanted, but in a roman style.
- OBLIQUE¶
the font is slanted in an italic style.