Uses of Interface
com.github.weisj.jsvg.attributes.font.SVGFont
-
Packages that use SVGFont Package Description com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.nodes.text com.github.weisj.jsvg.renderer com.github.weisj.jsvg.renderer.impl.context -
-
Uses of SVGFont in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement SVGFont Modifier and Type Class Description class
AWTSVGFont
Fields in com.github.weisj.jsvg.attributes.font with type parameters of type SVGFont Modifier and Type Field Description private java.util.HashMap<FontResolver.FontCache.CacheKey,SVGFont>
FontResolver.FontCache. cache
Methods in com.github.weisj.jsvg.attributes.font that return SVGFont Modifier and Type Method Description static @NotNull SVGFont
FontResolver. resolve(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext)
static @NotNull SVGFont
FontResolver. resolveWithoutCache(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext)
-
Uses of SVGFont in com.github.weisj.jsvg.nodes.text
Methods in com.github.weisj.jsvg.nodes.text with parameters of type SVGFont Modifier and Type Method Description private void
TextContainer. accumulateSegmentMetrics(@NotNull TextContainer.IntermediateTextMetrics metrics, @NotNull StringTextSegment segment, @NotNull SVGFont font, float letterSpacing, int index)
private static float
GlyphRenderer. computeBaselineOffset(@NotNull SVGFont font, @NotNull FontRenderContext fontRenderContext)
(package private) static @NotNull GlyphRun
GlyphRenderer. layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)
(package private) static void
GlyphRenderer. prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)
void
AbstractGlyphRun.PaintableEmoji. render(@NotNull Output output, @NotNull SVGFont font)
-
Uses of SVGFont in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return SVGFont Modifier and Type Method Description private @NotNull SVGFont
RenderContext. font()
-
Uses of SVGFont in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context that return SVGFont Modifier and Type Method Description @NotNull SVGFont
RenderContextAccessor.Accessor. font(@NotNull RenderContext context)
-