bool   sgCText::GetWorldMatrix(sgCMatrix& mtrx)  const

 

Description:

Returns the matrix of the text object position. If the matrix is unit the text object is located on the XOY plane so that the coordinates origin coincides with the bottom left corner of the first text character.

 

Arguments:

mtrx - returned matrix of the text object position.

 

Returned value:

Returns false if the function fails, otherwise true.

 

See also:

sgCText::Create   sgCText::Draw   sgCMatrix