Package: pango

Function pango-matrix-init

Lambda List

pango-matrix-init ()

Return Value

A pango-matrix initialized to the identiy transform.

Details

Constant that can be used to initialize a Pango matrix to the identity transform.

Example

(let ((matrix (pango-matrix-init)))
  (pango-matrix-rotate matrix 45.0d0)
  ... )    
 

See also

2021-1-4