Class VariableAnchorOffsetCollection
Index
Constructors
constructor
- new VariableAnchorOffsetCollection(
values: VariableAnchorOffsetCollectionSpecification,
): VariableAnchorOffsetCollectionParameters
Returns VariableAnchorOffsetCollection
Methods
toString
Returns string
Staticinterpolate
- interpolate(
from: VariableAnchorOffsetCollection,
to: VariableAnchorOffsetCollection,
t: number,
): VariableAnchorOffsetCollectionParameters
- from: VariableAnchorOffsetCollection
- to: VariableAnchorOffsetCollection
- t: number
Returns VariableAnchorOffsetCollection
Staticparse
- parse(
input?:
| VariableAnchorOffsetCollection
| VariableAnchorOffsetCollectionSpecification,
): VariableAnchorOffsetCollection
| undefinedParameters
Returns VariableAnchorOffsetCollection | undefined
Was this helpful?
Utility class to assist managing values for text-variable-anchor-offset property. Create instances from bare arrays using the static method
VariableAnchorOffsetCollection.parse.Private