NotTrueType Class
Raster or Vector Font.When the object is serialized out as xml, its qualified name is w:notTrueType.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType
DocumentFormat.OpenXml.Wordprocessing.NotTrueType
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Class NotTrueType _
Inherits OnOffOnlyType
'Uso
Dim instance As NotTrueType
public class NotTrueType : OnOffOnlyType
Remarks
[ISO/IEC 29500-1 1ª edición]
17.8.3.12 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. Los extractos anteriores han sido traducidos del inglés al español por Microsoft (o algunos de sus agentes) e ISO no asume ningún tipo de responsabilidad por dichas traducciones.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.