Interface TextOutput
- All Known Implementing Classes:
GlyphRunTextOutput, NullTextOutput
public interface TextOutput
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcodepoint(@NotNull String codepoint, @NotNull AffineTransform glyphTransform, @NotNull RenderContext context) static @NotNull TextOutputvoidendText()voidSignals that the next glyph has manual placement and therefore is visually separated from the previous glyph.
-
Method Details
-
codepoint
void codepoint(@NotNull @NotNull String codepoint, @NotNull @NotNull AffineTransform glyphTransform, @NotNull @NotNull RenderContext context) -
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()
-