The TFont
object is a helper object that lets you specify the font used to display text in user form's components. It is similar to the VCL TFont
object. The properties of the TFont
object let you adjust various font attributes, such as font name, size and so on.
Note: | If a font with the specified name and attributes do not exist in the system, the system uses a different font which it considers the best match for the specified font settings. |