Interface TextOutput

All Known Implementing Classes:
GlyphRunTextOutput, NullTextOutput

public interface TextOutput
  • Method Details

    • codepoint

      void codepoint(@NotNull @NotNull String codepoint, @NotNull @NotNull AffineTransform glyphTransform, @NotNull @NotNull RenderContext context)
    • createDefault

      @NotNull static @NotNull TextOutput createDefault()
    • beginText

      void beginText()
    • glyphRunBreak

      void glyphRunBreak()
      Signals that the next glyph has manual placement and therefore is visually separated from the previous glyph.
    • endText

      void endText()