[subset] Reverse table order for font serialization to match what OTS expects.
This commit is contained in:
parent
a998eeee4a
commit
8e614ade5a
|
@ -54,7 +54,7 @@ struct TTCHeader;
|
||||||
typedef struct TableRecord
|
typedef struct TableRecord
|
||||||
{
|
{
|
||||||
int cmp (Tag t) const
|
int cmp (Tag t) const
|
||||||
{ return t.cmp (tag); }
|
{ return -t.cmp (tag); }
|
||||||
|
|
||||||
static int cmp (const void *pa, const void *pb)
|
static int cmp (const void *pa, const void *pb)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue