Uses of Class
com.github.weisj.jsvg.attributes.font.FontStyle
Packages that use FontStyle
-
Uses of FontStyle in com.github.weisj.jsvg.attributes.font
Subclasses of FontStyle in com.github.weisj.jsvg.attributes.fontModifier and TypeClassDescription(package private) static final class(package private) static final class(package private) static final classFields in com.github.weisj.jsvg.attributes.font declared as FontStyleMethods in com.github.weisj.jsvg.attributes.font that return FontStyleModifier and TypeMethodDescriptionstatic @NotNull FontStyleFontStyle.italic()static @NotNull FontStyleFontStyle.normal()static @NotNull FontStyleFontStyle.oblique()static @NotNull FontStyle(package private) static @Nullable FontStyleFontParser.parseFontStyle(@NotNull AttributeNode node) @NotNull FontStyleMeasurableFontSpec.style()Constructors in com.github.weisj.jsvg.attributes.font with parameters of type FontStyleModifierConstructorDescription(package private)AttributeFontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, @Nullable FontSize size, @Nullable FontWeight weight) (package private)FontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch) (package private)MeasurableFontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, int currentWeight, @NotNull Length currentSize)