ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Font management properties
11 results
The Bold property is used to:
  • Find out whether a Font variable is bold.
  • Modify the bold attribute of a Font variable.
The CharacterSpacing property gets and sets the spacing between characters.
The Condensed property is used to:
  • Determine whether a Font variable is condensed.
  • Condense a Font variable.
This property is kept for backward compatibility.
Extended is used to:
  • Find out whether a Font variable is extended.
  • Extend (or not) a Font variable.
This property is kept for backward compatibility.
The Italic property is used to:
  • Find out whether a Font variable is in italic type.
  • Modify the italic attribute of a Font variable.
Large is used to:
  • Find out whether a Font variable is enlarged.
  • Enlarge (or not) a Font variable.
This property is kept for backward compatibility.
The LineSpacing property gets and sets the line spacing for variables of type Font.
The Orientation property is used to:
  • Get the angle (in degrees) of a Font variable.
  • Modify the angle (in degrees) of a Font variable.
The SizeUnit property gets and sets the font size unit.
The StrikeOut property is used to:
  • Determine whether the strikethrough formatting is applied to a Font variable.
  • Apply strikethrough formatting to a Font variable.
The Underline property is used to:
  • Find out whether a Font variable is underlined.
  • Underline (or not) a Font variable.