ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Using a specific font for the drawings Hide the details
Name of the Image control to be used.
Name of the font used when the text is drawn by <Image>.DrawText. This parameter must not correspond to a font family. The list of fonts installed on the current computer is returned by FontList. If the name of the font is not found, Windows searches for a font whose name is close to the requested one. To do so, <Image>.StartDrawing must have been used.
Size of the font (in pixels). The default value is 12.
Font attributes to use:iBoldAssigns the bold attribute to the text drawn. iItalicAssigns the italic attribute to the text drawn. iNormal(Default value)Normalizes the text drawniStrikeOutStrikes the text drawn. iUnderlinedUnderlines the text drawn.
Specifies the inclination of the text (in degrees). The default value is 0.
Using a font created through programming Hide the details
Font that will be used for the drawings. This parameter corresponds to a variable of type Font. The font characteristics have been defined by the FontCreate function or via the font properties.
Fonts
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: