提交 4ed3885c 编写于 作者: I igor

6720240: IOB exception when getting font metrics of hershey font

Reviewed-by: bae, prr
上级 01796273
......@@ -76,7 +76,7 @@ class NullFontScaler extends FontScaler {
}
int getNumGlyphs() throws FontScalerException {
return 0;
return 1;
}
int getMissingGlyphCode() throws FontScalerException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册