17.8.3.12 notTrueType

This element specifies that this font is not a font including TrueType outline in a format conforming to ISO/IEC 14496-22:2007. This information can be used 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 the font shall be assumed to be a font including TrueType outline in a format conforming to ISO/IEC 14496-22:2007.

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

<w:font w:name="JonsFont">
  <w:notTrueType w:val="true" />
</w:font>

The notTrueType element specifies via its val attribute value of true that this font is not a font including TrueType outline. end example]

This element’s content model is defined by the common boolean property definition in 17.17.4.

Last updated on