manimpango.Weight

class Weight(value)

Bases: enum.Enum

An enumeration specifying the weight (boldness) of a font. This is a numerical value ranging from 100 to 1000, but there are some predefined values Using numerical value other then that defined here is not supported.

NORMAL

the default weight (= 400)

BOLD

the bold weight( = 700)

THIN

the thin weight( = 100; Since: 1.24)

ULTRALIGHT

the ultralight weight( = 200)

LIGHT

the light weight( = 300)

BOOK

the book weight( = 380; Since: 1.24)

MEDIUM

the normal weight( = 500; Since: 1.24)

SEMIBOLD

the semibold weight( = 600)

ULTRABOLD

the ultrabold weight( = 800)

HEAVY

the heavy weight( = 900)

ULTRAHEAVY

the ultraheavy weight( = 1000; Since: 1.24)