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 classAWTSVGFontFields 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. cacheMethods in com.github.weisj.jsvg.attributes.font that return SVGFont Modifier and Type Method Description static @NotNull SVGFontFontResolver. resolve(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext)static @NotNull SVGFontFontResolver. 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 voidTextContainer. accumulateSegmentMetrics(@NotNull TextContainer.IntermediateTextMetrics metrics, @NotNull StringTextSegment segment, @NotNull SVGFont font, float letterSpacing, int index)private static floatGlyphRenderer. computeBaselineOffset(@NotNull SVGFont font, @NotNull FontRenderContext fontRenderContext)(package private) static @NotNull GlyphRunGlyphRenderer. layoutGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)(package private) static voidGlyphRenderer. prepareGlyphRun(@NotNull StringTextSegment segment, @NotNull GlyphCursor cursor, @NotNull SVGFont font, @NotNull RenderContext context, @NotNull TextOutput textOutput)voidAbstractGlyphRun.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 SVGFontRenderContext. 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 SVGFontRenderContextAccessor.Accessor. font(@NotNull RenderContext context)
-