ScaledFont.getScaleMatrix
void getScaleMatrix(out cairo.matrix.Matrix scaleMatrix)Stores the scale matrix of scaled_font into matrix. The scale matrix is product of the font matrix and the ctm associated with the scaled font, and hence is the matrix mapping from font space to device space.
Parameters
scaleMatrix | return value for the matrix |