DrawText::SetMatrix

DrawText::SetMatrix
virtual void SetMatrix(const Matrix& matrix) = 0;
Description

SetMatrix sets transformation matrix to the text object for changing the position and orientation of the text object.

Parameters
Parameters 
Description 
const Matrix& matrix 
Transformation matrix for changing the text object's position.