svg:PresentationAttributes-FontSpecification

The following presentation attributes have to do with selecting a font to use

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
font-family svg:FontFamilyValueType optional
font-size svg:FontSizeValueType optional
font-size-adjust svg:FontSizeAdjustValueType optional
font-stretch restriction of string optional
font-style restriction of string optional
font-variant restriction of string optional
font-weight restriction of string optional

Used By

Source

<attributeGroup name="PresentationAttributes-FontSpecification">
  <annotation>
    <documentation>The following presentation attributes have to do with selecting a font to use</documentation>
  </annotation>
  <attribute name="font-family" type="svg:FontFamilyValueType" use="optional"/>
  <attribute name="font-size" type="svg:FontSizeValueType" use="optional"/>
  <attribute name="font-size-adjust" type="svg:FontSizeAdjustValueType" use="optional"/>
  <attribute name="font-stretch" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="normal"/>
        <enumeration value="wider"/>
        <enumeration value="narrower"/>
        <enumeration value="ultra-condensed"/>
        <enumeration value="extra-condensed"/>
        <enumeration value="condensed"/>
        <enumeration value="semi-condensed"/>
        <enumeration value="semi-expanded"/>
        <enumeration value="expanded"/>
        <enumeration value="extra-expanded"/>
        <enumeration value="ultra-expanded"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="font-style" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="normal"/>
        <enumeration value="italic"/>
        <enumeration value="oblique"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="font-variant" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="normal"/>
        <enumeration value="small-caps"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="font-weight" use="optional">
    <simpleType>
      <restriction base="string">
        <enumeration value="normal"/>
        <enumeration value="bold"/>
        <enumeration value="bolder"/>
        <enumeration value="lighter"/>
        <enumeration value="100"/>
        <enumeration value="200"/>
        <enumeration value="300"/>
        <enumeration value="400"/>
        <enumeration value="500"/>
        <enumeration value="600"/>
        <enumeration value="700"/>
        <enumeration value="800"/>
        <enumeration value="900"/>
        <enumeration value="inherit"/>
      </restriction>
    </simpleType>
  </attribute>
</attributeGroup>