Package com.prupe.mcpatcher.hd
Class FontUtils
java.lang.Object
com.prupe.mcpatcher.hd.FontUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic float[]computeCharWidthsf(FontRenderer fontRenderer, ResourceLocation filename, BufferedImage image, int[] rgb, int[] charWidth) static floatgetCharWidthf(FontRenderer fontRenderer, int[] charWidth, int ch) static ResourceLocationgetFontName(FontRenderer fontRenderer, ResourceLocation font, float hdFontAdj) static floatgetStringWidthf(FontRenderer fontRenderer, String s) static ResourceLocationgetUnicodePage(ResourceLocation resource)
-
Field Details
-
AVERAGE_CHARS
public static final char[] AVERAGE_CHARS -
SPACERS
public static final int[] SPACERS
-
-
Constructor Details
-
FontUtils
public FontUtils()
-
-
Method Details
-
getFontName
public static ResourceLocation getFontName(FontRenderer fontRenderer, ResourceLocation font, float hdFontAdj) -
computeCharWidthsf
public static float[] computeCharWidthsf(FontRenderer fontRenderer, ResourceLocation filename, BufferedImage image, int[] rgb, int[] charWidth) -
getCharWidthf
-
getStringWidthf
-
getUnicodePage
-