AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de fuentes
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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
// List fonts in an information window
Info(FontList())
// List fonts in a List Box control
ListAdd(LIST_FontList, FontList())
Syntax
<Result> = FontList([<Font Type>])
<Result>: Character string
List of fonts in the following format:
<Font 1> + CR + ... + <Font 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.
Remark: This constant can be combined with the fontDefault and fontPrinter constants.
fontPrinterLists the font of print driver.

Java This parameter is not available. Only the fonts supported in Java are listed.
Component: wd290std.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local