Uses of Interface
com.github.weisj.jsvg.attributes.font.FontWeight
-
Packages that use FontWeight Package Description com.github.weisj.jsvg.attributes.font -
-
Uses of FontWeight in com.github.weisj.jsvg.attributes.font
Classes in com.github.weisj.jsvg.attributes.font that implement FontWeight Modifier and Type Class Description classNumberFontWeightclassPredefinedFontWeightFields in com.github.weisj.jsvg.attributes.font declared as FontWeight Modifier and Type Field Description private @Nullable FontWeightAttributeFontSpec. weightMethods in com.github.weisj.jsvg.attributes.font that return FontWeight Modifier and Type Method Description static @Nullable FontWeightFontParser. parseWeight(@NotNull AttributeNode node)@Nullable FontWeightAttributeFontSpec. weight()Constructors in com.github.weisj.jsvg.attributes.font with parameters of type FontWeight Constructor Description AttributeFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, @Nullable FontSize size, @Nullable FontWeight weight)
-