Font Type

Font type inherits from dynamic object

Constructors

Constructor Description

Font()

Full Usage: Font()

Returns: Font
Returns: Font

Static members

Static member Description

Font.init (?Family, ?Size, ?Color)

Full Usage: Font.init (?Family, ?Size, ?Color)

Parameters:
Returns: Font

Init Font()

?Family : FontFamily
?Size : float
?Color : Color
Returns: Font

Font.style (?Family, ?Size, ?Color)

Full Usage: Font.style (?Family, ?Size, ?Color)

Parameters:
Returns: Font -> Font
?Family : FontFamily
?Size : float
?Color : Color
Returns: Font -> Font