TextTransform import { TextTransform } from "destack:input/binding"; Text input affine transform into target-local coordinates. export struct TextTransform { xx: float64; xy: float64; yx: float64; yy: float64; tx: float64; ty: float64; } language/library/src/input/binding/text.ds:51:64 Members xx: float64 Matrix first-row x coefficient. xy: float64 Matrix first-row y coefficient. yx: float64 Matrix second-row x coefficient. yy: float64 Matrix second-row y coefficient. tx: float64 Translation x component. ty: float64 Translation y component.