Class Font

java.lang.Object
net.minecraft.client.gui.Font

public class Font extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getFontSet

      FontSet getFontSet(ResourceLocation p_92864_)
    • drawShadow

      public int drawShadow(PoseStack p_92751_, String p_92752_, float p_92753_, float p_92754_, int p_92755_)
    • drawShadow

      public int drawShadow(PoseStack p_92757_, String p_92758_, float p_92759_, float p_92760_, int p_92761_, boolean p_92762_)
    • draw

      public int draw(PoseStack p_92884_, String p_92885_, float p_92886_, float p_92887_, int p_92888_)
    • drawShadow

      public int drawShadow(PoseStack p_92745_, FormattedCharSequence p_92746_, float p_92747_, float p_92748_, int p_92749_)
    • drawShadow

      public int drawShadow(PoseStack p_92764_, Component p_92765_, float p_92766_, float p_92767_, int p_92768_)
    • draw

      public int draw(PoseStack p_92878_, FormattedCharSequence p_92879_, float p_92880_, float p_92881_, int p_92882_)
    • draw

      public int draw(PoseStack p_92890_, Component p_92891_, float p_92892_, float p_92893_, int p_92894_)
    • bidirectionalShaping

      public String bidirectionalShaping(String p_92802_)
    • drawInternal

      private int drawInternal(String p_254064_, float p_254270_, float p_254152_, int p_254242_, org.joml.Matrix4f p_254345_, boolean p_254516_, boolean p_254277_)
    • drawInternal

      private int drawInternal(FormattedCharSequence p_253879_, float p_254094_, float p_254476_, int p_254424_, org.joml.Matrix4f p_253964_, boolean p_254201_)
    • drawInBatch

      public int drawInBatch(String p_254471_, float p_253772_, float p_254307_, int p_254485_, boolean p_253711_, org.joml.Matrix4f p_253933_, MultiBufferSource p_254054_, boolean p_254550_, int p_253707_, int p_254557_)
    • drawInBatch

      public int drawInBatch(String p_253974_, float p_253825_, float p_254295_, int p_254570_, boolean p_253977_, org.joml.Matrix4f p_254299_, MultiBufferSource p_253904_, boolean p_254255_, int p_253819_, int p_254055_, boolean p_254383_)
    • drawInBatch

      public int drawInBatch(Component p_253635_, float p_253857_, float p_253765_, int p_254057_, boolean p_253617_, org.joml.Matrix4f p_254371_, MultiBufferSource p_254194_, boolean p_253802_, int p_254399_, int p_254208_)
    • drawInBatch

      public int drawInBatch(FormattedCharSequence p_253999_, float p_254380_, float p_254273_, int p_253824_, boolean p_253968_, org.joml.Matrix4f p_253820_, MultiBufferSource p_253785_, boolean p_253815_, int p_254414_, int p_254065_)
    • drawInBatch8xOutline

      public void drawInBatch8xOutline(FormattedCharSequence p_168646_, float p_168647_, float p_168648_, int p_168649_, int p_168650_, org.joml.Matrix4f p_254170_, MultiBufferSource p_168652_, int p_168653_)
    • adjustColor

      private static int adjustColor(int p_92720_)
    • drawInternal

      private int drawInternal(String p_254506_, float p_253981_, float p_254366_, int p_254180_, boolean p_254142_, org.joml.Matrix4f p_254236_, MultiBufferSource p_253724_, boolean p_254305_, int p_254008_, int p_254344_, boolean p_253878_)
    • drawInternal

      private int drawInternal(FormattedCharSequence p_254116_, float p_253739_, float p_254328_, int p_253965_, boolean p_254144_, org.joml.Matrix4f p_254539_, MultiBufferSource p_253987_, boolean p_254306_, int p_254337_, int p_253932_)
    • renderText

      private float renderText(String p_253621_, float p_254326_, float p_254139_, int p_254332_, boolean p_254523_, org.joml.Matrix4f p_254195_, MultiBufferSource p_254524_, boolean p_253751_, int p_253921_, int p_253648_)
    • renderText

      private float renderText(FormattedCharSequence p_253728_, float p_253634_, float p_254551_, int p_254369_, boolean p_254446_, org.joml.Matrix4f p_253807_, MultiBufferSource p_253975_, boolean p_253685_, int p_253959_, int p_253723_)
    • renderChar

      void renderChar(BakedGlyph p_254105_, boolean p_254001_, boolean p_254262_, float p_254256_, float p_253753_, float p_253629_, org.joml.Matrix4f p_254014_, VertexConsumer p_253852_, float p_254317_, float p_253809_, float p_253870_, float p_254287_, int p_253905_)
    • width

      public int width(String p_92896_)
    • width

      public int width(FormattedText p_92853_)
    • width

      public int width(FormattedCharSequence p_92725_)
    • plainSubstrByWidth

      public String plainSubstrByWidth(String p_92838_, int p_92839_, boolean p_92840_)
    • plainSubstrByWidth

      public String plainSubstrByWidth(String p_92835_, int p_92836_)
    • substrByWidth

      public FormattedText substrByWidth(FormattedText p_92855_, int p_92856_)
    • drawWordWrap

      public void drawWordWrap(FormattedText p_92858_, int p_92859_, int p_92860_, int p_92861_, int p_92862_)
    • wordWrapHeight

      public int wordWrapHeight(String p_92921_, int p_92922_)
    • wordWrapHeight

      public int wordWrapHeight(FormattedText p_239134_, int p_239135_)
    • split

      public List<FormattedCharSequence> split(FormattedText p_92924_, int p_92925_)
    • isBidirectional

      public boolean isBidirectional()
    • getSplitter

      public StringSplitter getSplitter()