Font
Font
A font that has been loaded into memory and is ready to be used.
load! : Str => Result Font [LoadErr Str]
default : Font
measure! :
{
font ? Font,
text : Str,
size ? F32,
spacing ? F32
}
=>
{
width : F32,
height : F32
}
Measure the width of a text string using the default font.