mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[mvar] Use VarIdx
This commit is contained in:
parent
52bdc750c1
commit
c80e32972f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ struct VariationValueRecord
|
|||
|
||||
public:
|
||||
Tag valueTag; /* Four-byte tag identifying a font-wide measure. */
|
||||
HBUINT32 varIdx; /* Outer/inner index into VariationStore item. */
|
||||
VarIdx varIdx; /* Outer/inner index into VariationStore item. */
|
||||
|
||||
public:
|
||||
DEFINE_SIZE_STATIC (8);
|
||||
|
|
Loading…
Add table
Reference in a new issue