Class TrueTypeFontLoader

java.lang.Object
net.minecraft.client.font.TrueTypeFontLoader
All Implemented Interfaces:
FontLoader

@Environment(CLIENT)
public class TrueTypeFontLoader
extends Object
implements FontLoader
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • filename

      private final Identifier filename
    • size

      private final float size
    • oversample

      private final float oversample
    • shiftX

      private final float shiftX
    • shiftY

      private final float shiftY
    • excludedCharacters

      private final String excludedCharacters
  • Constructor Details

    • TrueTypeFontLoader

      public TrueTypeFontLoader​(Identifier filename, float size, float oversample, float shiftX, float shiftY, String excludedCharacters)
  • Method Details