manimpango.Style#

class Style(value, names=<not given>, *values, 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.