|
|
|
|
|
Las siguientes funciones se utilizan para gestionar las fuentes (fuentes de dibujo, fuentes de impresión, etc.):
| | dFont | Declara 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.
| FontCreate | Crea una definición de fuente. | FontList | Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...). | | 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. | FontSelect | Opens the standard Windows font selection window by selecting the specified font. | | 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. | gFont | Builds a sequence of characters describing the font that will be used for the text. | gFontBold | Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not. | gFontItalic | Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type. | gFontSize | Builds a sequence of characters used to specify the size of the font for a text found in a graphic string. | gFontUnderlined | Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined. | grAxisTitleFont | Modifies the font used for the titles of the chart axes. | grLabelFont | Modifies the font used for the category labels of a chart. | grLegendFont | Modifies the font used for the chart legend. | grTitleFont | Modifies the font used for the chart title. | iCreateFont | Creates a new print font. | iDidotFont | Selects the unit to be used for font height (created with function iCreateFont): DIDOT point or PICA point. | iFont | Selects the default font. | iSelectFont | Creates a new print font from the standard Windows font selection window... |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|