Uses of Interface
com.github.weisj.jsvg.attributes.font.FontWeight
Packages that use FontWeight
-
Uses of FontWeight in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement FontWeightFields in com.github.weisj.jsvg.attributes.font declared as FontWeightMethods in com.github.weisj.jsvg.attributes.font that return FontWeightModifier and TypeMethodDescriptionstatic @Nullable FontWeight
FontParser.parseWeight
(@NotNull AttributeNode node) @Nullable FontWeight
AttributeFontSpec.weight()
Constructors in com.github.weisj.jsvg.attributes.font with parameters of type FontWeightModifierConstructorDescription(package private)
AttributeFontSpec
(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, @Nullable FontSize size, @Nullable FontWeight weight)