17.8.3.9 family

This element specifies the font family of the current font. This information can be used as defined in font substitution logic to locate an appropriate substitute font when this font is not available. This information is determined by querying the font when present and shall not be modified when the font is not available.

If this element is omitted, then its value shall be assumed to be auto.

[Example: Consider the following information stored for a single font:

<w:font w:name="Calibri">
  <w:family w:val="swiss" />
</w:font>

via its

The family element specifies example]

Attributes

val (Font Family Value)

that this font

is part of the Swiss family. end

Specifies the font family for the parent font.

[Example: Consider the following information stored for a single font:

  <w:font w:name="Times New Roman">
    <w:family w:val="roman" />
  </w:font>

The val attribute value of swiss that this font is part of the Roman family. end example]

The possible values for this attribute are defined by the ST_FontFamily simple type (17.18.30).

[Note: The W3C XML Schema definition of this element’s content model (CT_FontFamily) is located in A.1. end note]

Last updated on