Font
Font
Specifies the font set to be used by the control
Integer SYM index property
Applies to: Generic , Grid , GridCell
This property allows a new font set to be assigned to a control. This property allows both stock fonts and font sets created within the forms designer to be assigned. However, it is recommended that you always use stock fonts to ensure that your applications retain the standard Windows look and feel.
.btnControl1.font = &.HugeFont
An example KCML program you can paste into a KCML workbench session demonstrating the full list of stock fonts is available below: