Uses of Class
com.github.weisj.jsvg.attributes.font.MeasurableFontSpec
Packages that use MeasurableFontSpec
Package
Description
-
Uses of MeasurableFontSpec in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement interfaces with type arguments of type MeasurableFontSpecFields in com.github.weisj.jsvg.attributes.font declared as MeasurableFontSpecModifier and TypeFieldDescriptionprivate final @NotNull MeasurableFontSpecFontResolver.FontCache.CacheKey.specMethods in com.github.weisj.jsvg.attributes.font that return MeasurableFontSpecModifier and TypeMethodDescriptionstatic @NotNull MeasurableFontSpecMeasurableFontSpec.createDefault()@NotNull MeasurableFontSpecMeasurableFontSpec.derive(@Nullable AttributeFontSpec other) @NotNull MeasurableFontSpecAttributeFontSpec.mutate(@NotNull MeasurableFontSpec element) @NotNull MeasurableFontSpecMeasurableFontSpec.withFontSize(@Nullable FontSize size, @Nullable Length sizeAdjust) Methods in com.github.weisj.jsvg.attributes.font with parameters of type MeasurableFontSpecModifier and TypeMethodDescriptionprivate static @NotNull StringFontResolver.findSupportedFontFamily(@NotNull MeasurableFontSpec fontSpec) @NotNull MeasurableFontSpecAttributeFontSpec.mutate(@NotNull MeasurableFontSpec element) static @NotNull SVGFontFontResolver.resolve(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext) static @NotNull SVGFontFontResolver.resolveWithoutCache(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext) Constructors in com.github.weisj.jsvg.attributes.font with parameters of type MeasurableFontSpecModifierConstructorDescriptionprivateCacheKey(@NotNull MeasurableFontSpec spec, @NotNull MeasureContext context) -
Uses of MeasurableFontSpec in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes that return types with arguments of type MeasurableFontSpec -
Uses of MeasurableFontSpec in com.github.weisj.jsvg.nodes.prototype
Methods in com.github.weisj.jsvg.nodes.prototype that return types with arguments of type MeasurableFontSpecModifier and TypeMethodDescriptiondefault @NotNull Mutator<MeasurableFontSpec> HasContext.ByDelegate.fontSpec()@NotNull Mutator<MeasurableFontSpec> HasFontContext.fontSpec() -
Uses of MeasurableFontSpec in com.github.weisj.jsvg.nodes.prototype.impl
Methods in com.github.weisj.jsvg.nodes.prototype.impl that return types with arguments of type MeasurableFontSpec -
Uses of MeasurableFontSpec in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as MeasurableFontSpecModifier and TypeFieldDescriptionprivate final @NotNull MeasurableFontSpecRenderContext.fontSpecConstructors in com.github.weisj.jsvg.renderer with parameters of type MeasurableFontSpecModifierConstructorDescriptionprivateRenderContext(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull AffineTransform userSpaceTransform, PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @Nullable ContextElementAttributes contextElementAttributes)