Accusoft Prizm Viewer List File Schema
fontlisttype Complex Type
Description
A font list consists of a list of Font elements.
Namespace (none)
Diagram
Font Element Sequence fontlisttype Complex Type
Overview
fontlisttype
A font list consists of a list of Font elements.
Sequence 1..∞
Font fonttype Complex Type
A font list contains only Font elements.
Name required xsd:NCName
The name attribute is used to associate a font with an attribute specifying a font.
FaceName required xsd:string
The FaceName attribute is the name of the font face.
Size required xsd:integer
The Size attribute is the size of the font in points.
Weight required xsd:integer
The Weight attribute is the weight of the font. 400 is normal, and 700 is bold.
CharSet optional xsd:integer
The CharSet attribute is the type of character set used. This value is normally 1.
Italic optional xsd:boolean
This Italic attribute will draw the font in italics if true.
Underline optional xsd:boolean
The Underline attribute will draw the font with an underline if true.
StrikeThrough optional xsd:boolean
The Strikethrough attribute will draw the font with a strikethrough if true.
Used By
FontList Element
Source
<xsd:complexType name="fontlisttype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>A font list consists of a list of Font elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence maxOccurs="unbounded">
    <xsd:annotation>
      <xsd:documentation>A font list can contain any number of Font elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="Font" type="fonttype">
      <xsd:annotation>
        <xsd:documentation>A font list contains only Font elements.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
See Also
Accusoft Prizm Viewer List File Schema

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback