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
Fields in com.github.weisj.jsvg.attributes.font declared as MeasurableFontSpecModifier and TypeFieldDescriptionprivate final @NotNull MeasurableFontSpec
FontResolver.FontCache.CacheKey.spec
Methods in com.github.weisj.jsvg.attributes.font that return MeasurableFontSpecModifier and TypeMethodDescriptionstatic @NotNull MeasurableFontSpec
MeasurableFontSpec.createDefault()
@NotNull MeasurableFontSpec
MeasurableFontSpec.derive
(@Nullable AttributeFontSpec other) @NotNull MeasurableFontSpec
AttributeFontSpec.mutate
(@NotNull MeasurableFontSpec element) @NotNull MeasurableFontSpec
MeasurableFontSpec.withFontSize
(@Nullable FontSize size, @Nullable Length sizeAdjust) Methods in com.github.weisj.jsvg.attributes.font with parameters of type MeasurableFontSpecModifier and TypeMethodDescriptionprivate static @NotNull String
FontResolver.findSupportedFontFamily
(@NotNull MeasurableFontSpec fontSpec) @NotNull MeasurableFontSpec
AttributeFontSpec.mutate
(@NotNull MeasurableFontSpec element) static @NotNull SVGFont
FontResolver.resolve
(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext) static @NotNull SVGFont
FontResolver.resolveWithoutCache
(@NotNull MeasurableFontSpec fontSpec, @NotNull MeasureContext measureContext) Constructors in com.github.weisj.jsvg.attributes.font with parameters of type MeasurableFontSpecModifierConstructorDescriptionprivate
CacheKey
(@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 MeasurableFontSpec
RenderContext.fontSpec
Constructors in com.github.weisj.jsvg.renderer with parameters of type MeasurableFontSpecModifierConstructorDescription(package private)
RenderContext
(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull AffineTransform userSpaceTransform, @NotNull PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @NotNull FillRule fillRule, @Nullable ContextElementAttributes contextElementAttributes)