UIFontWeight 枚举

定义

枚举字体粗细。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIFontWeight
type UIFontWeight = 
继承
UIFontWeight
属性

字段

Black 8
Bold 6

粗体重量。

Heavy 7

沉重的重量。

Light 2

轻量级。

Medium 4

中等重量。

Regular 3

字体的常规粗细。

Semibold 5

半粗细。

Thin 1

一个薄的重量。

UltraLight 0

非常轻的重量。

适用于