Package: pango

Function pango-matrix-translate

Lambda List

pango-matrix-translate (matrix tx ty)

Arguments

matrix -- a pango-matrix instance
tx -- a double float amount to translate in the x direction
ty -- a double float amount to translate in the Y direction

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

2021-1-4