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
Funciones de fuentes
Las siguientes funciones se utilizan para gestionar las fuentes (fuentes de dibujo, fuentes de impresión, etc.):
dFontDeclara la fuente que utilizará la función dText:
  • en un control Imagen,
  • en una variable de tipo Image,
  • en una variable de tipo WDPic (en la capa de fondo),
  • en una variable de tipo picLayer.
FontCreateCrea una definición de fuente.
FontListReturns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
New in SaaS
FontLoad
Carga una fuente personalizada desde un archivo (o búfer). Tras la carga, las fuentes y variantes declaradas por el archivo estarán disponibles en toda la aplicación.
Esta nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 1.
FontSelectOpens the standard Windows font selection window by selecting the specified font.
New in SaaS
FontUnload
Descarga una fuente previamente cargada con la función FontLoad.
Esta nueva función está disponible a partir de WINDEV Suite SaaS 2025 - Update 1.
gFontBuilds a sequence of characters describing the font that will be used for the text.
gFontBoldBuilds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gFontItalicBuilds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontSizeBuilds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFontUnderlinedBuilds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
grAxisTitleFontModifies the font used for the titles of the chart axes.
grLabelFontModifies the font used for the category labels of a chart.
grLegendFontModifies the font used for the chart legend.
grTitleFontModifies the font used for the chart title.
iCreateFontCreates a new print font.
iDidotFontSelects the unit to be used for font height (created with function iCreateFont): DIDOT point or PICA point.
iFontSelects the default font.
iSelectFontCreates a new print font from the standard Windows font selection window...
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: 15/02/2025

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