Change the Text Size in Basic4GL
How to Change the Text Size in Basic4GL
All text in Basic4GL is displayed using a grid system. By default, the grid is 40 characters across and 25 characters tall. Each cell in the grid is 16 by 16 square. To change the text size in Basic4GL, you have to change the grid size with ResizeText(). Note that by changing the grid size, you are changing the cell size as a result.
Complete Code
Big Text Example
ResizeText(20,10)
Printr "Big text"
This page has been recommended for cleanup, integration, etc.
page revision: 14, last edited: 20 Aug 2012 11:38