Package: pango

Function pango:matrix-translate

Lambda List

pango:matrix-translate (matrix tx ty)

Arguments

matrix -- a pango:matrix instance
tx -- a number coerced to a double float for the amount to translate in the x direction
ty -- a number coerced to a double float for the amount to translate in the y direction

Return Value

The pango:matrix instance with the transformation.

Details

Changes the transformation represented by matrix to be the transformation given by first translating by (tx,ty) then applying the original transformation.
 

See also

2025-1-3