The name attribute is used to associate a font with an attribute specifying a font.
FaceName requiredxsd:string
The FaceName attribute is the name of the font face.
Size requiredxsd:integer
The Size attribute is the size of the font in points.
Weight requiredxsd:integer
The Weight attribute is the weight of the font. 400 is normal, and 700 is bold.
CharSet optionalxsd:integer
The CharSet attribute is the type of character set used. This value is normally 1.
Italic optionalxsd:boolean
This Italic attribute will draw the font in italics if true.
Underline optionalxsd:boolean
The Underline attribute will draw the font with an underline if true.
StrikeThrough optionalxsd:boolean
The Strikethrough attribute will draw the font with a strikethrough if true.
Source
<xsd:element name="Font" type="fonttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:annotation><xsd:documentation>A font list contains only Font elements.</xsd:documentation></xsd:annotation></xsd:element>