PgContext.getMatrix

Gets the transformation matrix that will be applied when rendering with this context. See pango_context_set_matrix(). Since 1.6

class PgContext
getMatrix
()

Return Value

Type: PgMatrix

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.

Meta