DrawingContext.fontWeight

Specify the font weight.

Eighter use the FontWeight enum or specify a number between 100 and 900.

  1. void fontWeight(size_t weight)
    class DrawingContext
    void
    fontWeight
    (
    size_t weight
    )
  2. void fontWeight(FontWeight weight)

Meta