ScaledFont.getCtm

void getCtm(out cairo.matrix.Matrix ctm)

Stores the CTM with which scaled_font was created into ctm. Note that the translation offsets (x0, y0) of the CTM are ignored by cairo.global.scaledFontCreate. So, the matrix this function returns always has 0,0 as x0,y0.

Parameters

ctmreturn value for the CTM