|
|
|
|
|
The following functions are used to manage fonts (drawing fonts, print fonts, etc.):
| | dFont | Declares the font to be used by the dText function: - 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, ...). | | Loads a custom font from a file (or buffer). After loading, the fonts and variants declared by the file will be available throughout the application. This new function is available from WINDEV Suite SaaS 2025 Update 1. | FontSelect | Opens the standard Windows font selection window by selecting the specified font. | | Unloads a font previously loaded with FontLoad. This new function is available from WINDEV Suite SaaS 2025 Update 1. | 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 or not the text that follows the call to this function is in italic type. | 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 to specify whether or not the text that follows the call to this function is underlined. | 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 to be used for font height (created with function iCreateFont): DIDOT point or PICA point. | iFont | Selects the default font. | iSelectFont | Creates a new print font from the standard Windows font selection window... |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|