提交 d1a4d561 编写于 作者: R Rod Sheeter

output format 12 as enc 10 to match how Roboto did it

上级 89ee20f1
...@@ -577,7 +577,7 @@ struct cmap ...@@ -577,7 +577,7 @@ struct cmap
EncodingRecord &rec = cmap->encodingRecord[0]; EncodingRecord &rec = cmap->encodingRecord[0];
rec.platformID.set (3); // Windows rec.platformID.set (3); // Windows
rec.encodingID.set (1); // Unicode BMP rec.encodingID.set (10); // Unicode UCS-4
/* capture offset to subtable */ /* capture offset to subtable */
CmapSubtable &subtable = rec.subtable.serialize(&context, cmap); CmapSubtable &subtable = rec.subtable.serialize(&context, cmap);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册