SKFontStyleWeight Enum

Definition

Various predefined font weights for use with SKTypeface.

public enum SKFontStyleWeight
Inheritance
SKFontStyleWeight

Fields

Black 900

A thick font weight of 900.

Bold 700

A thick font weight of 700. This is the default for a bold font.

ExtraBlack 1000

A thick font weight of 1000.

ExtraBold 800

A thick font weight of 800.

ExtraLight 200

A thin font weight of 200.

Invisible 0

The font has no thickness at all.

Light 300

A thin font weight of 300.

Medium 500

A thicker font weight of 500.

Normal 400

A typical font weight of 400. This is the default font weight.

SemiBold 600

A thick font weight of 600.

Thin 100

A thin font weight of 100.

Remarks

Font weights can range from anywhere between 100 to 1000 (inclusive).

Applies to