Skip to main content
Version: Next

Variable: TextWeight

const TextWeight: object

Defined in: composition-openapi/dist/index.d.ts:1504

Font weight, based on the OpenType specification.

Type declaration​

Black​

readonly Black: "black"

Bold​

readonly Bold: "bold"

ExtraBold​

readonly ExtraBold: "extra_bold"

ExtraLight​

readonly ExtraLight: "extra_light"

Light​

readonly Light: "light"

Medium​

readonly Medium: "medium"

Normal​

readonly Normal: "normal"

SemiBold​

readonly SemiBold: "semi_bold"

Thin​

readonly Thin: "thin"

Export​