enum

UIng::TextWeight

Inherits Enum < Comparable < Value < Object

Constants

Minimum = 0
Thin = 100
UltraLight = 200
Light = 300
Book = 350
Normal = 400
Medium = 500
SemiBold = 600
Bold = 700
UltraBold = 800
Heavy = 900
UltraHeavy = 950
Maximum = 1000

Instance methods

bold?

Returns true if this enum value equals Bold

Source
book?

Returns true if this enum value equals Book

Source
heavy?

Returns true if this enum value equals Heavy

Source
light?

Returns true if this enum value equals Light

Source
maximum?

Returns true if this enum value equals Maximum

Source
medium?

Returns true if this enum value equals Medium

Source
minimum?

Returns true if this enum value equals Minimum

Source
normal?

Returns true if this enum value equals Normal

Source
semi_bold?

Returns true if this enum value equals SemiBold

Source
thin?

Returns true if this enum value equals Thin

Source
ultra_bold?

Returns true if this enum value equals UltraBold

Source
ultra_heavy?

Returns true if this enum value equals UltraHeavy

Source
ultra_light?

Returns true if this enum value equals UltraLight

Source