Interviewer - Server > Reference > ISessionEngine interface > Player XML schema > Style element > Font element
 
Font element
Attributes for Font
Family
Use: optional
Valid values: string
IsBlink
Use: optional
Valid values: boolean
IsBold
Use: optional
Valid values: boolean
IsItalic
Use: optional
Valid values: boolean
IsOverline
Use: optional
Valid values: boolean
IsStrikethrough
Use: optional
Valid values: boolean
IsSubscript
Use: optional
Valid values: boolean
IsSuperscript
Use: optional
Valid values: boolean
IsUnderline
Use: optional
Valid values: boolean
Size
Use: optional
Valid values: long
XML representation
<xsd:element name="Font" minOccurs="0">
  <xsd:attribute name="Family" type="xsd:string" use="optional"/>
  <xsd:attribute name="Size" type="xsd:long" use="optional"/>
  <xsd:attribute name="IsUnderline" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsItalic" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsBold" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsStrikethrough" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsOverline" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsBlink" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsSuperscript" type="xsd:boolean" use="optional"/>
  <xsd:attribute name="IsSubscript" type="xsd:boolean" use="optional"/>
</xsd:element>
Parent element
Style element