Gjsify LogoGjsify Logo

An enumeration specifying the weight (boldness) of a font.

Weight is specified as a numeric value ranging from 100 to 1000. This enumeration simply provides some common, predefined values.

Index

Enumeration Members

BOLD: number

the bold weight (= 700)

BOOK: number

the book weight (= 380) Since: 1.24)

HEAVY: number

the heavy weight (= 900)

LIGHT: number

the light weight (= 300)

MEDIUM: number

the normal weight (= 500) Since: 1.24

NORMAL: number

the default weight (= 400)

SEMIBOLD: number

the semibold weight (= 600)

SEMILIGHT: number

the semilight weight (= 350) Since: 1.36.7

THIN: number

the thin weight (= 100) Since: 1.24

ULTRABOLD: number

the ultrabold weight (= 800)

ULTRAHEAVY: number

the ultraheavy weight (= 1000) Since: 1.24

ULTRALIGHT: number

the ultralight weight (= 200)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method