FONTNAME |
DEVELOPER |
|
|
Purpose |
.FontName allows you to specify which font is applied to certain objects. |
Syntax |
Setting: ObjectReference.FontName = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
The requested value (font name) is passed to the Windows Client for translation into a suitable font for display. The retrieving command will cause the font name to be returned in the same format that it was entered. If either the Windows Client or the operating system mapped the designated font to another font for display purposes, that display font name is not retrieved. |
Example |
To set the font used for a radio (Tag Name = McButton) in the radio group (Tag Name = CreditCardGroup) to the Times New Roman font: |
Topic ID: 510057