6720240: IOB exception when getting font metrics of hershey font

Reviewed-by: bae, prr
This commit is contained in:
Igor Nekrestyanov 2008-07-15 16:04:08 +04:00
parent 36d2406edc
commit 6acd06f8b5

@ -76,7 +76,7 @@ class NullFontScaler extends FontScaler {
}
int getNumGlyphs() throws FontScalerException {
return 0;
return 1;
}
int getMissingGlyphCode() throws FontScalerException {