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

Name Value Description
UltraLight 0

A very light weight.

Thin 1

A thin weight.

Light 2

A light weight.

Regular 3

The regular weight of the font.

Medium 4

A medium weight.

Semibold 5

A semibold weight.

Bold 6

A bold weight.

Heavy 7

A heavy weight.

Black 8

Applies to