Class MeasurableFontSpec

java.lang.Object
com.github.weisj.jsvg.attributes.font.FontSpec
com.github.weisj.jsvg.attributes.font.MeasurableFontSpec

public final class MeasurableFontSpec extends FontSpec
  • Field Details

    • currentWeight

      private final int currentWeight
    • currentSize

      @NotNull private final @NotNull Length currentSize
  • Constructor Details

    • MeasurableFontSpec

      MeasurableFontSpec(@NotNull @NotNull String[] families, @Nullable @Nullable FontStyle style, @Nullable @Nullable Length sizeAdjust, @NotNull @NotNull Percentage stretch, int currentWeight, @NotNull @NotNull Length currentSize)
  • Method Details