Class FontSpec

java.lang.Object
com.github.weisj.jsvg.attributes.font.FontSpec
Direct Known Subclasses:
AttributeFontSpec, MeasurableFontSpec

@Immutable public class FontSpec extends Object
  • Field Details

    • families

      @NotNull protected final @NotNull String[] families
    • style

      @Nullable protected final @Nullable FontStyle style
    • sizeAdjust

      @Nullable protected final @Nullable Length sizeAdjust
    • stretch

      protected final float stretch
  • Constructor Details

    • FontSpec

      FontSpec(@NotNull @NotNull String[] families, @Nullable @Nullable FontStyle style, @Nullable @Nullable Length sizeAdjust, float stretch)
  • Method Details