Package: pango

Function pango:matrix-init

Lambda List

pango:matrix-init ()

Return Value

The newly allocated pango:matrix initialized to the identity transformation.

Details

Returns a Pango matrix initialized to the identity transformation

Example

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

See also

2025-1-3