Uses of Interface
com.github.weisj.jsvg.attributes.font.SVGFont
Packages that use SVGFont
Package
Description
-
Uses of SVGFont in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement SVGFontFields in com.github.weisj.jsvg.attributes.font with type parameters of type SVGFontModifier and TypeFieldDescriptionprivate final HashMap<FontResolver.FontCache.CacheKey, SVGFont> FontResolver.FontCache.cacheMethods in com.github.weisj.jsvg.attributes.font that return SVGFontModifier and TypeMethodDescriptionstatic @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 SVGFontModifier and TypeMethodDescriptionprivate 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) void -
Uses of SVGFont in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer that return SVGFont -
Uses of SVGFont in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context that return SVGFontModifier and TypeMethodDescription@NotNull SVGFontRenderContextAccessor.Accessor.font(@NotNull RenderContext context)