http://memberwebs.com/ns/rtfx/
element font

Documentation
Font information for contained text [NOTE: This tag is only generated in 'presentation' mode].

Model
<font
  color = xs:integer
  name = xs:string
  size = xs:float>
(b | tab | line | hide | i | strike | u | super | sub | ref | font | span | highlight | link | bookmark) *
</font>


Attribute Summary
 xs:integercolor
          The color of the text. 
 xs:stringname
          The name of the font. 
 xs:floatsize
          The size of the font. 

Attribute Detail

color

The color of the text.

Type:
xs:integer
Use:
optional
Form:
unqualified

name

The name of the font.

Type:
xs:string
Use:
optional
Form:
unqualified

size

The size of the font.

Type:
xs:float
Use:
optional
Form:
unqualified

Source
<xs:element name="font">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="inline"/>
</xs:choice>
<xs:attribute name="name" type="xs:string">
</xs:attribute>
<xs:attribute name="size" type="xs:float">
</xs:attribute>
<xs:attribute name="color" type="xs:integer">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.