Package: pango
Function pango:matrix-init
Lambda Listpango:matrix-init () Return ValueThe 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