Text Geometric Transforms
interface TextGeometricTransforms
提供了预定义的文本几何变换(TextGeometricTransform)以及用于创建和插值的方法。
Author
M8Test, [email protected], https://m8test.com
Functions
Link copied to clipboard
创建一个具有指定缩放和倾斜值的自定义文本几何变换。
Link copied to clipboard
获取一个表示“无变换”的实例(scaleX=1.0, skewX=0.0)。
Link copied to clipboard
abstract fun lerp(start: TextGeometricTransform, stop: TextGeometricTransform, fraction: Float): TextGeometricTransform
在两个文本几何变换之间进行线性插值。