CanvasItem.drawChar

Draws a string character using a custom font. Returns the advance, depending on the character width and kerning with an optional next character.

struct CanvasItem
@nogc nothrow
double
drawChar
(,
in Vector2 position
,
in String _char
,
in String next
,
in Color modulate = Color(1, 1, 1, 1)
)

Meta