提交 42e275db 编写于 作者: P prr

7044394: TrueTypeFont inner class DirectoryEntry should be static

Reviewed-by: bae, jgodinez
上级 d61ed66d
...@@ -106,7 +106,7 @@ public class TrueTypeFont extends FileFont { ...@@ -106,7 +106,7 @@ public class TrueTypeFont extends FileFont {
private static Map<String, Short> lcidMap; private static Map<String, Short> lcidMap;
class DirectoryEntry { static class DirectoryEntry {
int tag; int tag;
int offset; int offset;
int length; int length;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册