AxisValueLinked
type AxisValueLinked = {
format: LinkedValue;
flags: AxisValueFlags;
name: string | null;
axisIndex: number;
value: number;
linkedValue: number;
}
type AxisValueLinked = {
format: LinkedValue;
flags: AxisValueFlags;
name: string | null;
axisIndex: number;
value: number;
linkedValue: number;
}
A record that associates an axis value to another linked axis value. This is primarily intended to link a regular weight to a "Bold" weight, e,g. to know which weight to select if a user clicks the "Bold" button.