UIFontWeight Enum

Definition

Enumerates font weights.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIFontWeight
type UIFontWeight = 
Inheritance
UIFontWeight
Attributes

Fields

Black 8
Bold 6

A bold weight.

Heavy 7

A heavy weight.

Light 2

A light weight.

Medium 4

A medium weight.

Regular 3

The regular weight of the font.

Semibold 5

A semibold weight.

Thin 1

A thin weight.

UltraLight 0

A very light weight.

Applies to