currentFontSizeIndex = (byte) ((nativeFontSizes.length - 1) / 2);
fontGrowing = true;
}
currentFontSize = nativeFontSizes[currentFontSizeIndex];
fontPlain = new AlbiteNativeFont(Font.STYLE_PLAIN, currentFontSize);
fontItalic = new AlbiteNativeFont(Font.STYLE_ITALIC, currentFontSize);
} else {
if (currentFontSizeIndex < 0 || currentFontSizeIndex >= fontSizes.length) {
currentFontSizeIndex = (byte) ((fontSizes.length - 1) / 2);
fontGrowing = true;