Class FontSpec
java.lang.Object
com.github.weisj.jsvg.attributes.font.FontSpec
- Direct Known Subclasses:
AttributeFontSpec, MeasurableFontSpec
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final @NotNull String[]protected final @Nullable Lengthprotected final @NotNull Percentageprotected final @Nullable FontStyle -
Constructor Summary
ConstructorsConstructorDescriptionFontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch) -
Method Summary
-
Field Details
-
families
-
style
-
sizeAdjust
-
stretch
-
-
Constructor Details
-
FontSpec
FontSpec(@NotNull @NotNull String[] families, @Nullable @Nullable FontStyle style, @Nullable @Nullable Length sizeAdjust, @NotNull @NotNull Percentage stretch)
-
-
Method Details
-
toString
-
equals
-
hashCode
-