NotTrueType class
Defines the NotTrueType Class. When the object is serialized out as xml, its qualified name is w:notTrueType.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.OnOffType
DocumentFormat.OpenXml.Wordprocessing.NotTrueType
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
notTrueType (Raster or Vector Font)
This element specifies that this font is not a TrueType or OpenType font, but is rather a raster or vector 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 the font shall be assumed to be a TrueType or OpenType font.
[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 a raster or vector font. end example]
Parent Elements |
|---|
font (§17.8.3.10) |
This element’s content model is defined by the common boolean property definition in §17.17.4.
© ISO/IEC29500: 2008.