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 com.github.weisj.jsvg.attributes.font.FontStyle style
    • sizeAdjust

      @Nullable protected final @Nullable Length sizeAdjust
    • stretch

      protected final float stretch
  • Method Details