ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Using a specific font for the drawings Hide the details
Name of the Image control to use.
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. The name of the font will be ignored: the default system font is used.
Size of the font (in pixels). The default value is 12.
Font attributes to use:iStrikeOutStrikes the text drawn. iBoldAssigns the bold attribute to the text drawn. iItalicAssigns the italic attribute to the text drawn. iNormal(Default value)Normalizes the text drawniUnderlinedUnderlines the text drawn.
Specifies the inclination of the text (in degrees). The default value is 0.
Using a font created by programming Hide the details
Font that will be used for the drawings. This parameter corresponds to a Font variable. The font characteristics have been defined by FontCreate or via the properties for font management.
Fonts
Last update: 09/29/2020
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: