version 6.5
WR SET FONT (area; font)
Parameter | Type | Description | |
area | Longint | 4D Write area | |
font | String | Font name |
Description
The WR SET FONT allows you to set the font for the current selection in the 4D Write area referenced by area.
Pass in font the name of the font you want to apply. If font is not installed in the system, the error 1077 is returned.
Example
See the example for the command WR Get font.
See also
WR FONTS TO ARRAY, WR Get font, WR SET STYLESHEET FONT.