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 class
Fields in com.github.weisj.jsvg.attributes.font declared as FontStyleMethods in com.github.weisj.jsvg.attributes.font that return FontStyleModifier and TypeMethodDescriptionstatic @NotNull FontStyle
FontStyle.italic()
static @NotNull FontStyle
FontStyle.normal()
static @NotNull FontStyle
FontStyle.oblique()
static @NotNull FontStyle
FontStyle.oblique
(float angle) static @Nullable FontStyle
FontParser.parseFontStyle
(@NotNull AttributeNode node) @NotNull FontStyle
MeasurableFontSpec.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, float stretch, @Nullable FontSize size, @Nullable FontWeight weight) (package private)
FontSpec
(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch) (package private)
MeasurableFontSpec
(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, int currentWeight, @NotNull Length currentSize)