manimpango.Style

class Style(value)

Bases: enum.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.