Family

This argument specifies the font family which will be used if the font name is not available:

Sans-serif | serif | monospace | cursive | fantasy

 

 Example for defining and using fonts


FONT  body Arial 18          ; Define font with 18mm character height
FONT  header Arial 42 1 bold          ; Define bold font with 42mm character height


TRIAL  Instruction
SF  header          ; Set font 'header
SP  Title  TopPos          ; Load picture 'Title'
&SF  body          ; Set font 'body
&SP  Instruct  MidPos          ; Load picture 'Instruct' and display everything
WK          ; Wait for any key
 



Copyright 2023 - BeriSoft Inc.
All rights reserved