[colr] Add NoVariable::varIdxBase

This commit is contained in:
Behdad Esfahbod 2022-12-16 11:33:04 -07:00
parent e06de98c36
commit e957391efe
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ struct Variable
template <typename T> template <typename T>
struct NoVariable struct NoVariable
{ {
uint32_t varIdxBase = VarIdx::NO_VARIATION;
NoVariable<T>* copy (hb_serialize_context_t *c) const NoVariable<T>* copy (hb_serialize_context_t *c) const
{ {
TRACE_SERIALIZE (this); TRACE_SERIALIZE (this);