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 FontSize
FontParser.parseFontSize
(@NotNull AttributeNode node) @Nullable FontSize
AttributeFontSpec.size()
Methods in com.github.weisj.jsvg.attributes.font with parameters of type FontSizeModifier and TypeMethodDescription@NotNull MeasurableFontSpec
MeasurableFontSpec.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, 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