get_matrix


Description:

[ Version ( since = "1.6" ) ]
public unowned Matrix? get_matrix ()

Gets the transformation matrix that will be applied when rendering with this context.

See [method@Pango.Context.set_matrix].

Parameters:

this

a `PangoContext`

Returns:

the matrix, or null if no matrix has been set (which is the same as the identity matrix). The returned matrix is owned by Pango and must not be modified or freed.