Type Alias VariableOffset
type VariableOffset = {
anchor: TextAnchor;
height: number;
prevAnchor?: TextAnchor;
textBoxScale: number;
textOffset: [number, number];
width: number;
}
anchor: TextAnchor;
height: number;
prevAnchor?: TextAnchor;
textBoxScale: number;
textOffset: [number, number];
width: number;
}
Index
Properties
Was this helpful?