The following functions are used to manage fonts (drawing fonts, print fonts, ...):
| |
Versions 09 and laterdFont dFont | Declares the font that will be used by dText: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
FontCreate | Creates a font definition. |
FontList | Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...). |
FontSelect | Opens the standard window for font selection and selects the specified font. |
Versions 09 and latergFont gFont | Builds a sequence of characters describing the font that will be used for the text. |
gFontBold | Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not. |
gFontItalic | Builds a sequence of characters used to specify whether the text that follows the call to this function is in italics or not. |
gFontSize | Builds a sequence of characters used to specify the size of the font for a text found in a graphic string. |
gFontUnderlined | Builds a sequence of characters used to specify whether the text that follows the call to this function is underlined or not. |
grAxisTitleFont | Modifies the font used for the titles of the chart axes. |
grLabelFont | Modifies the font used for the category labels of a chart. |
grLegendFont | Modifies the font used for the chart legend. |
grTitleFont | Modifies the font used for the chart title. |
iCreateFont | Creates a new print font. |
iDidotFont | Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point. |
Versions 09 and lateriFont iFont | Selects the default font. |
iSelectFont | Creates a new print font from the standard window for font selection... |