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

非常に軽量。

適用対象