Method Cairo.ScaledFont()->get_ctm()
- Method
get_ctm
Matrix
get_ctm()- Description
Stores the CTM with which this ScaledFont was created into a Matrix. Note that the translation offsets (x0, y0) of the CTM are ignored by ScaledFont->create(). So, the matrix this function returns always has 0,0 as x0,y0.
- Returns
the matrix