TtfStatTable.AxisValueTableFormat2.AxisValueTableFormat2

TtfStatTable.AxisValueTableFormat2 constructor

Constructor

public AxisValueTableFormat2(ushort flags, ushort valueNameId, ushort axisIndex, 
    float nominalValue, float rangeMinValue, float rangeMaxValue)
ParameterTypeDescription
flagsUInt16Flags
valueNameIdUInt16The name ID for entries in the ’name’ table that provide a display string for this attribute value
axisIndexUInt16Spec: Zero-base index into the axis record array identifying the axis of design variation to which the axis value table applies. Must be less than designAxisCount.
nominalValueSingleThe nominal numeric value for this attribute value.
rangeMinValueSingleThe minimum value for a range associated with the specified name ID.
rangeMaxValueSingleThe maximum value for a range associated with the specified name ID.

See Also