类 SimpleFont

java.lang.Object
net.minecraftforge.fml.earlydisplay.SimpleFont

public class SimpleFont extends Object
  • 字段详细资料

    • textureNumber

      private final int textureNumber
    • lineSpacing

      private final int lineSpacing
    • descent

      private final int descent
    • GLYPH_COUNT

      private final int GLYPH_COUNT
      另请参阅:
    • glyphs

      private final SimpleFont.Glyph[] glyphs
  • 构造器详细资料

    • SimpleFont

      public SimpleFont(String fontName, int scale, int bufferSize, int textureNumber)
      Build the font and store it in the textureNumber location
  • 方法详细资料