Uses of Class
com.github.weisj.jsvg.attributes.font.AttributeFontSpec
Packages that use AttributeFontSpec
Package
Description
-
Uses of AttributeFontSpec in com.github.weisj.jsvg.attributes.font
Methods in com.github.weisj.jsvg.attributes.font that return AttributeFontSpecModifier and TypeMethodDescriptionstatic @NotNull AttributeFontSpec
FontParser.parseFontSpec
(@NotNull AttributeNode node) Methods in com.github.weisj.jsvg.attributes.font with parameters of type AttributeFontSpecModifier and TypeMethodDescription@NotNull MeasurableFontSpec
MeasurableFontSpec.derive
(@Nullable AttributeFontSpec other) -
Uses of AttributeFontSpec in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as AttributeFontSpecMethods in com.github.weisj.jsvg.nodes that return AttributeFontSpec -
Uses of AttributeFontSpec in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as AttributeFontSpecModifier and TypeFieldDescriptionprivate final @NotNull AttributeFontSpec
HasContextImpl.fontSpec
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type AttributeFontSpecModifierConstructorDescriptionprivate
HasContextImpl
(@NotNull PaintContext paintContext, @NotNull FontRenderContext fontRenderContext, @NotNull AttributeFontSpec fontSpec, @NotNull FillRule fillRule) -
Uses of AttributeFontSpec in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as AttributeFontSpec