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 class
NumberFontWeight
class
PredefinedFontWeight
Fields in com.github.weisj.jsvg.attributes.font declared as FontWeight Modifier and Type Field Description private @Nullable FontWeight
AttributeFontSpec. weight
Methods in com.github.weisj.jsvg.attributes.font that return FontWeight Modifier and Type Method Description static @Nullable FontWeight
FontParser. parseWeight(@NotNull AttributeNode node)
@Nullable FontWeight
AttributeFontSpec. 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, float stretch, @Nullable FontSize size, @Nullable FontWeight weight)
-