Uses of Interface
com.github.weisj.jsvg.attributes.font.FontSize
-
Packages that use FontSize Package Description com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.nodes -
-
Uses of FontSize in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement FontSize Modifier and Type Class Description class
LengthFontSize
class
PredefinedFontSize
Fields in com.github.weisj.jsvg.attributes.font declared as FontSize Modifier and Type Field Description private @Nullable FontSize
AttributeFontSpec. size
Methods in com.github.weisj.jsvg.attributes.font that return FontSize Modifier and Type Method Description static @Nullable FontSize
FontParser. parseFontSize(@NotNull AttributeNode node)
@Nullable FontSize
AttributeFontSpec. size()
Methods in com.github.weisj.jsvg.attributes.font with parameters of type FontSize Modifier and Type Method Description @NotNull MeasurableFontSpec
MeasurableFontSpec. withFontSize(@Nullable FontSize size, @Nullable Length sizeAdjust)
Constructors in com.github.weisj.jsvg.attributes.font with parameters of type FontSize Constructor Description AttributeFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, @Nullable FontSize size, @Nullable FontWeight weight)
-
Uses of FontSize in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as FontSize Modifier and Type Field Description private FontSize
ShapeNode. fontSize
-