Uses of Class
com.github.weisj.jsvg.nodes.text.GlyphCursor
Packages that use GlyphCursor
-
Uses of GlyphCursor in com.github.weisj.jsvg.nodes.text
Subclasses of GlyphCursor in com.github.weisj.jsvg.nodes.textMethods in com.github.weisj.jsvg.nodes.text that return GlyphCursorModifier and TypeMethodDescriptionprotected @NotNull GlyphCursorLinearTextContainer.createCursor()protected GlyphCursorLinearTextContainer.createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current) protected abstract GlyphCursorTextContainer.createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current) protected GlyphCursorTextPath.createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current) (package private) GlyphCursorGlyphCursor.derive()(package private) GlyphCursorPathGlyphCursor.derive()Methods in com.github.weisj.jsvg.nodes.text with parameters of type GlyphCursorModifier and TypeMethodDescriptionvoidTextContainer.appendTextShape(@NotNull GlyphCursor cursor, @NotNull MutableGlyphRun glyphRun, @NotNull RenderContext context) voidTextSegment.RenderableSegment.appendTextShape(@NotNull GlyphCursor cursor, @NotNull MutableGlyphRun glyphRun, @NotNull RenderContext context) protected voidLinearTextContainer.cleanUpLocalCursor(@NotNull GlyphCursor current, @NotNull GlyphCursor local) protected abstract voidTextContainer.cleanUpLocalCursor(@NotNull GlyphCursor current, @NotNull GlyphCursor local) protected voidTextPath.cleanUpLocalCursor(@NotNull GlyphCursor current, @NotNull GlyphCursor local) protected GlyphCursorLinearTextContainer.createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current) protected abstract GlyphCursorTextContainer.createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current) protected GlyphCursorTextPath.createLocalCursor(@NotNull RenderContext context, @NotNull GlyphCursor current) (package private) static @NotNull GlyphRunGlyphRenderer.layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput) private @NotNull GlyphAdvancementTextContainer.localGlyphAdvancement(@NotNull RenderContext context, @NotNull GlyphCursor cursor) (package private) static voidGlyphRenderer.prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput) voidTextContainer.prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput) voidTextSegment.RenderableSegment.prepareSegmentForRendering(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull TextOutput textOutput) protected final voidTextContainer.renderSegment(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull Output output) voidTextContainer.renderSegmentWithoutLayout(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull Output output) voidTextSegment.RenderableSegment.renderSegmentWithoutLayout(@NotNull GlyphCursor cursor, @NotNull RenderContext context, @NotNull Output output) private doubleTextContainer.textAnchorOffset(@NotNull TextAnchor textAnchor, @NotNull GlyphCursor glyphCursor) (package private) voidGlyphCursor.updateFrom(GlyphCursor local) (package private) voidPathGlyphCursor.updateFrom(GlyphCursor local) Constructors in com.github.weisj.jsvg.nodes.text with parameters of type GlyphCursorModifierConstructorDescription(package private)GlyphCursor(@NotNull GlyphCursor c) (package private)PathGlyphCursor(@NotNull GlyphCursor cursor, @NotNull PathIterator pathIterator, float startOffset)