6720240: IOB exception when getting font metrics of hershey font
Reviewed-by: bae, prr
This commit is contained in:
parent
36d2406edc
commit
6acd06f8b5
@ -76,7 +76,7 @@ class NullFontScaler extends FontScaler {
|
||||
}
|
||||
|
||||
int getNumGlyphs() throws FontScalerException {
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
int getMissingGlyphCode() throws FontScalerException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user