Class AttributeFontSpec

java.lang.Object
com.github.weisj.jsvg.attributes.font.FontSpec
com.github.weisj.jsvg.attributes.font.AttributeFontSpec
All Implemented Interfaces:
Mutator<MeasurableFontSpec>

public class AttributeFontSpec extends FontSpec implements Mutator<MeasurableFontSpec>
  • Field Details

    • size

      @Nullable protected final @Nullable FontSize size
    • weight

      @Nullable protected final @Nullable com.github.weisj.jsvg.attributes.font.FontWeight weight
  • Method Details