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 AttributeFontSpecFontParser. parseFontSpec(@NotNull AttributeNode node)Methods in com.github.weisj.jsvg.attributes.font with parameters of type AttributeFontSpec Modifier and Type Method Description @NotNull MeasurableFontSpecMeasurableFontSpec. 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 AttributeFontSpecUse. fontSpecMethods in com.github.weisj.jsvg.nodes that return AttributeFontSpec Modifier and Type Method Description @NotNull AttributeFontSpecUse. 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 AttributeFontSpecHasContextImpl. fontSpecConstructors 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) -
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 AttributeFontSpecTextContainer. fontSpec
-