d2d.font.itext



interface IText: d2d.rendering.idrawable.IDrawable, d2d.core.idisposable.IDisposable, d2d.core.iverifiable.IVerifiable;
Interface containing text drawable functions.

abstract @property float scale();
Gets the scale in percent.

abstract @property void scale(float value);
Sets the scale in percent.

abstract @property string text();
Gets the text.

abstract @property void text(string value);
Modifies the text.


Page generated by Ddoc.