AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de fuentes
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
Java Only the fonts supported in Java are listed.
Ejemplo
// Liste des polices dans une fenêtre d'information
Info(FontList())
// Liste des polices dans un champ Liste
ListAdd(LISTE_ListePolice, FontList())
Sintaxis
<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.
Componente: wd300std.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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