Uses of Interface
com.github.weisj.jsvg.attributes.font.FontSize
Packages that use FontSize
-
Uses of FontSize in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement FontSizeFields in com.github.weisj.jsvg.attributes.font declared as FontSizeMethods in com.github.weisj.jsvg.attributes.font that return FontSizeModifier and TypeMethodDescriptionstatic @Nullable FontSizeFontParser.parseFontSize(@NotNull AttributeNode node) @Nullable FontSizeAttributeFontSpec.size()Methods in com.github.weisj.jsvg.attributes.font with parameters of type FontSizeModifier and TypeMethodDescription@NotNull MeasurableFontSpecMeasurableFontSpec.withFontSize(@Nullable FontSize size, @Nullable Length sizeAdjust) Constructors in com.github.weisj.jsvg.attributes.font with parameters of type FontSizeModifierConstructorDescription(package private)AttributeFontSpec(@NotNull 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