CharSpace

Number of additional pixels between characters. This argument can be used to increase the predefined horizontal character spacing which is sometimes too small.

 Example for setting a new standard font at the session level


FONT  MidFont  IBM8BIT  0  16
FONT  BigFont  IBM8BIT  0  42

SESSION 

SETFONT  MidFont          ; Set font to 'MidFont'
RUNTRIAL  Instruct          ; Run instruction

SETFONT  BigFont          ; Set font to 'BigFont'
RUNBLOCK  Blk          ; Run block 'Blk'
 



Copyright 2023 - BeriSoft Inc.
All rights reserved