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 -
-
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 java.awt.Shape
GlyphRenderer. layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull MeasureContext measure, @NotNull FontRenderContext fontRenderContext)
(package private) static void
GlyphRenderer. prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context)
-
Uses of SVGFont in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return SVGFont Modifier and Type Method Description @NotNull SVGFont
RenderContext. font()
-