Accusoft Prizm Viewer List File Schema Schema
FontList Element
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema > PrizmViewerListFile Element : FontList Element

Glossary Item Box

Description

The FontList element contains a list of fonts that are referenced by name from other parts of the list file.
Namespace (none)

Type

Diagram

Font Element Sequence FontList Element

Overview

FontList optional fontlisttype Complex Type
The FontList element contains a list of fonts that are referenced by name from other parts of the list file.
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.

Source

<xsd:element name="FontList" type="fontlisttype" minOccurs="0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The FontList element contains a list of fonts that are referenced by name from other parts of the list file.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

See Also

©2015. Accusoft Corporation. All Rights Reserved.