Uses of Class
com.github.weisj.jsvg.attributes.font.FontStyle
-
Packages that use FontStyle Package Description com.github.weisj.jsvg.attributes.font -
-
Uses of FontStyle in com.github.weisj.jsvg.attributes.font
Subclasses of FontStyle in com.github.weisj.jsvg.attributes.font Modifier and Type Class Description (package private) static class
FontStyle.Italic
(package private) static class
FontStyle.Normal
(package private) static class
FontStyle.Oblique
Fields in com.github.weisj.jsvg.attributes.font declared as FontStyle Modifier and Type Field Description protected @Nullable FontStyle
FontSpec. style
Methods in com.github.weisj.jsvg.attributes.font that return FontStyle Modifier and Type Method Description static @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 FontStyle Constructor Description AttributeFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, @Nullable FontSize size, @Nullable FontWeight weight)
FontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch)
MeasurableFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, int currentWeight, @NotNull Length currentSize)
-