Interface TextLayer

All Known Implementing Classes:
SimpleTextLayer

public interface TextLayer
  • Method Details

    • pattern

      The pattern of individual glyphs.
      Returns:
      A GlyphPattern.
    • material

      A mapping from texture ResourceLocations to Flywheel materials.
      Returns:
      A GlyphMaterial.
    • color

      A mapping from text styles to ARGB colors.
      Returns:
      A GlyphColor.
    • offset

      org.joml.Vector2fc offset()
      The offset of text in this layer.
      Returns:
      The offset.
    • bias

      int bias()
      The instancer bias for this layer.
      Returns:
      The bias.