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 classLengthFontSizeclassPredefinedFontSizeFields in com.github.weisj.jsvg.attributes.font declared as FontSize Modifier and Type Field Description private @Nullable FontSizeAttributeFontSpec. sizeMethods in com.github.weisj.jsvg.attributes.font that return FontSize Modifier and Type Method Description static @Nullable FontSizeFontParser. parseFontSize(@NotNull AttributeNode node)@Nullable FontSizeAttributeFontSpec. size()Methods in com.github.weisj.jsvg.attributes.font with parameters of type FontSize Modifier and Type Method Description @NotNull MeasurableFontSpecMeasurableFontSpec. 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, @NotNull Percentage 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 FontSizeShapeNode. fontSize
-