Control Object Properties
SelFont$ RTF Word processor FONT setting
 

The 'SelFont$ property is a +PxPlus Exclusive

Description This property reflects the Font to be used for the currently selected text in a RTF Word processor Multi_line style control. If no text is currently selected, the current text entry will be effected.

For example to set the font to Arial, 1.5 time normal size, and Bold the format would be:

xxx'Font$="Arial,1.5,B"

Refer to the 'FONT' Mnemonic for additional details on fonts.

   
Default The default setting comes from the controls default font specification.
   
Used by MULTI_LINE (RTF wordprocessing style)