virtual void SetMatrix(const Matrix& matrix) = 0;
SetMatrix sets transformation matrix to the text object for changing the position and orientation of the text object.
Parameters |
Description |
const Matrix& matrix |
Transformation matrix for changing the text object's position. |