CT_TextFont

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
charset xsd:byte 1 optional
panose ST_Panose optional
pitchFamily ST_PitchFamily 0 optional
typeface ST_TextTypeface required

Used By

Source

<xsd:complexType name="CT_TextFont">
  <xsd:attribute name="typeface" type="ST_TextTypeface" use="required"/>
  <xsd:attribute name="panose" type="s:ST_Panose" use="optional"/>
  <xsd:attribute name="pitchFamily" type="ST_PitchFamily" use="optional" default="0"/>
  <xsd:attribute name="charset" type="xsd:byte" use="optional" default="1"/>
</xsd:complexType>