/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#tuple-records>
/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#tuple-variation-store-header>
/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#tuplevariationheader>
/// > Includes a variation region list, which defines the different regions of the font’s variation
/// > sub-tables, each of which provides a portion of the total variation data. Each sub-table is
/// > associated with some subset of the defined regions, and will include deltas used for one or
/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#variation-data>
/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#associating-target-items-to-variation-data>
// > These comparisons and scalar calculations are done using normalized-scale coordinate values.
// > values.For each of the tuple-variation data tables that are applicable, the point number and
// > delta data will be unpacked and processed. The data for applicable regions can be processed
// > in any order. Derived delta values will correspond to particular point numbers derived from
// https://learn.microsoft.com/en-us/typography/opentype/spec/otvaroverview#algorithm-for-interpolation-of-instance-values
/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#packed-point-numbers>
/// <https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#packed-deltas>
// https://learn.microsoft.com/en-us/typography/opentype/spec/otvarcommonformats#associating-target-items-to-variation-data