提交 8e614ade 编写于 作者: G Garret Rieger 提交者: Behdad Esfahbod

[subset] Reverse table order for font serialization to match what OTS expects.

上级 a998eeee
......@@ -54,7 +54,7 @@ struct TTCHeader;
typedef struct TableRecord
{
int cmp (Tag t) const
{ return t.cmp (tag); }
{ return -t.cmp (tag); }
static int cmp (const void *pa, const void *pb)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册