renderTransform method

Mat2D renderTransform(
  1. double x,
  2. double y
)

Implementation

Mat2D renderTransform(double x, double y) =>
    Mat2D.fromScaleAndTranslation(run.fontSize, run.fontSize, x, y);