- java.lang.Object
-
- com.github.weisj.jsvg.attributes.font.FontSpec
-
- Direct Known Subclasses:
AttributeFontSpec
,MeasurableFontSpec
public class FontSpec extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull java.lang.String[]
families
protected @Nullable Length
sizeAdjust
protected @NotNull Percentage
stretch
protected @Nullable FontStyle
style
-
Constructor Summary
Constructors Constructor Description FontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
families
@NotNull protected final @NotNull java.lang.String[] families
-
style
@Nullable protected final @Nullable FontStyle style
-
sizeAdjust
@Nullable protected final @Nullable Length sizeAdjust
-
stretch
@NotNull protected final @NotNull Percentage stretch
-
-
Constructor Detail
-
FontSpec
FontSpec(@NotNull @NotNull java.lang.String[] families, @Nullable @Nullable FontStyle style, @Nullable @Nullable Length sizeAdjust, @NotNull @NotNull Percentage stretch)
-
-