ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Font functions
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
Font management functions
The following functions are used to manage fonts (drawing fonts, print fonts, ...):
dFontDeclares the font that will be used by dText:
  • in an Image control,
  • in an Image variable,
  • in a WDPic variable (on the background layer),
  • in a picLayer variable.
FontCreateCreates a font definition.
FontListReturns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
FontSelectOpens the standard window for font selection and selects the specified font.
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 the text that follows the call to this function is in italics or not.
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 used to specify whether the text that follows the call to this function is underlined or not.
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 that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
iFontSelects the default font.
iSelectFontCreates a new print font from the standard window for font selection...
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help