ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Font functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
FontList (Function)
In french: PoliceListe
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
Java Only the fonts supported in Java are listed.
Example
// Liste des polices dans une fenêtre d'information
Info(FontList())
// Liste des polices dans un champ Liste
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.
fontPerFamilyLists 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. .
fontPrinterLists the font of print driver.

Java This parameter is not available. Only the fonts supported in Java are listed.
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help