Font
default : Font
new :
{
family ? Str,
size ? F32,
color ? Color.Color,
shadow ?
[
None,
Auto
],
style ? Style,
textcase ? TextCase,
variant ? Variant
}
-> Result Font
to_str : Font -> Str