drawRune
fn
Vec2 drawRune(FontId font, dchar rune, Vec2 position, DrawOptions options = DrawOptions())Draws a single character from the specified font at the given position with the specified draw options.
fn
Vec2 drawRune(dchar rune, Vec2 position, DrawOptions options = DrawOptions())Draws a single character from the default font at the given position with the specified draw options. Call setDefaultFont before using this function.