Font.draw
- void draw(wstring text, vec2 position, Color color, int fontSize, bool shadow, int alignment)
- void draw(string text, vec2 position, Color color, int fontSize, bool shadow, int alignment)
class Font
void
draw
()
(,,,,,in int alignment = NVGalign.NVG_ALIGN_LEFT | NVGalign.NVG_ALIGN_TOP ) - void draw(string text, float x, float y, Color color, int fontSize, bool shadow, int alignment)
- void draw(wstring text, float x, float y, Color color, int fontSize, bool shadow, int alignment)
- void draw(immutable(char)* data, float x, float y, Color color, int fontSize, bool shadow, int alignment)
evael graphics Font Font
constructorsfunctionsmixinspropertiesstatic functions