Uses of Class
com.github.weisj.jsvg.attributes.font.AttributeFontSpec
-
Packages that use AttributeFontSpec Package Description com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.prototype.impl com.github.weisj.jsvg.nodes.text -
-
Uses of AttributeFontSpec in com.github.weisj.jsvg.attributes.font
Methods in com.github.weisj.jsvg.attributes.font that return AttributeFontSpec Modifier and Type Method Description static @NotNull AttributeFontSpec
FontParser. parseFontSpec(@NotNull AttributeNode node)
Methods in com.github.weisj.jsvg.attributes.font with parameters of type AttributeFontSpec Modifier and Type Method Description @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 AttributeFontSpec Modifier and Type Field Description private AttributeFontSpec
Use. fontSpec
Methods in com.github.weisj.jsvg.nodes that return AttributeFontSpec Modifier and Type Method Description @NotNull AttributeFontSpec
Use. fontSpec()
-
Uses of AttributeFontSpec in com.github.weisj.jsvg.nodes.prototype.impl
Fields in com.github.weisj.jsvg.nodes.prototype.impl declared as AttributeFontSpec Modifier and Type Field Description private @NotNull AttributeFontSpec
HasContextImpl. fontSpec
Constructors in com.github.weisj.jsvg.nodes.prototype.impl with parameters of type AttributeFontSpec Constructor Description 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 Modifier and Type Field Description protected AttributeFontSpec
TextContainer. fontSpec
-