|
|
|
|
|
FontList (Function) In french: PoliceListe Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
Info(FontList())
ListAdd(LISTE_ListePolice, FontList())
Syntax
<Result> = FontList([<Font Type>])
<Result>: Character string List of fonts in the following format:
<Police 1> + RC + ... + <Police N> Where <Font 1> .. <Font N> corresponds to the name of font. <Font Type>: Optional Integer constant Type of font to list:
| | fontDefault (Default value) | Lists the font of display driver. | fontPerFamily | Lists the available families of fonts. The families of fonts are listed in alphabetical order. The language variations are not listed. Note: This constant can be combined with the default and printerconstants. . | fontPrinter | Lists the font of print driver. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|