| Accusoft Prizm Viewer List File Schema : fonttype Complex Type |
| Namespace | (none) |

![]() |
fonttype
A Font element consists of the attributes of a font and a name used to associate a font with an attribute specifying a font.
|
| Name | Type | Use | Default | Fixed | Description |
|---|---|---|---|---|---|
| Name | xsd:NCName | required | The name attribute is used to associate a font with an attribute specifying a font. | ||
| FaceName | xsd:string | required | The FaceName attribute is the name of the font face. | ||
| Size | xsd:integer | required | The Size attribute is the size of the font in points. | ||
| Weight | xsd:integer | required | The Weight attribute is the weight of the font. 400 is normal, and 700 is bold. | ||
| CharSet | xsd:integer | optional | The CharSet attribute is the type of character set used. This value is normally 1. | ||
| Italic | xsd:boolean | optional | This Italic attribute will draw the font in italics if true. | ||
| Underline | xsd:boolean | optional | The Underline attribute will draw the font with an underline if true. | ||
| StrikeThrough | xsd:boolean | optional | The Strikethrough attribute will draw the font with a strikethrough if true. |
|