CanvasText

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

fillText
void fillText(string text, double x, double y, double maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
fillText
void fillText(string text, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
measureText
auto measureText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
strokeText
void strokeText(string text, double x, double y, double maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
strokeText
void strokeText(string text, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta