[colr] Add NoVariable::varIdxBase
This commit is contained in:
parent
e06de98c36
commit
e957391efe
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue