Class TextRenderLayerUtil

java.lang.Object
dev.pfaff.altargui.render.TextRenderLayerUtil

public final class TextRenderLayerUtil extends Object
  • Field Details

  • Constructor Details

    • TextRenderLayerUtil

      public TextRenderLayerUtil()
  • Method Details

    • getU

      public static char getU(byte character)
    • getV

      public static char getV(byte character)
    • emitTextInstance

      public static void emitTextInstance(Sink sink, float x, float y, float size, byte character, Color color, int flags, float uBase, float vBase)