FontDescr String | Choose a font by textual description.
- Takes a string to completely describe the font, example:
FontDescr "Sans Italic 12"
|
FontFamily String | Specify the family of font to use.
- Example: FontFamily "Sans"
|
FontSize FontSizeDef | Change the size of the current font.
- The constuctor takes the size in points (pt) or as predefined
sizes. Setting the absolute size 12.5pt can be achieved by passing
FontSize (FSPoint 12.5) to markSpan. Next to predefined
absolute sizes such as FSsmall the size can be changed by asking
for the next larger or smaller front with FSlarger and
FSsmaller, respectively.
|
FontStyle FontStyleDef | Change the slant of the current font.
|
FontWeight FontWeightDef | Change the thickness of the current font.
- The constructor takes one of the six predefined weights. Most likely to
be supported: FWbold.
|
FontVariant FontVariantDef | Choosing an alternative rendering for lower case letters.
- The argument FVsmallcaps will display lower case letters
as smaller upper case letters, if this option is available.
|
FontStretch FontStretchDef | Choose a different width.
|
FontForeground String | Foreground color.
- This constructor and FontBackground take both a description
of the color to be used for rendering.
|
FontBackground String | Background color. |
FontUnderline FontUnderlineDef | Specify underlining of text.
|
FontRise Double | Specify a vertical displacement.
- Takes the vertical displacement in em (the width of the 'm' character
in the current font).
|
FontLang String | Give a hint about the language to be displayed. |