Package: pango
Function pango:matrix-scale
Lambda Listpango:matrix-scale (matrix sx sy) Argumentsmatrix -- a pango:matrix instance sx -- a number coerced to a double float for the amount to scale by in x direction sy -- a number coerced to a double float for the amount to scale by in y direction Return ValueThe pango:matrix instance with the transformation. Details Changes the transformation represented by matrix to be the transformation given by first scaling by sx in the x direction and sy in the y direction then applying the original transformation. | See also |
2025-1-3