enum UIng::TextWeight

Defined in:

uing/attribute/text_weight.cr

Enum Members

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 Method Summary

Instance Method Detail

def bold? #

[View source]
def book? #

[View source]
def heavy? #

[View source]
def light? #

[View source]
def maximum? #

[View source]
def medium? #

[View source]
def minimum? #

[View source]
def normal? #

[View source]
def semi_bold? #

[View source]
def thin? #

[View source]
def ultra_bold? #

[View source]
def ultra_heavy? #

[View source]
def ultra_light? #

[View source]