CALL FONT
This instruction is available in Hangul Basic and Yaesu Basic.
Contents |
CALL FONT in Hangul Basic
Effect
Allows to switch between Korean characters available after pressing on the HANGUL key and the non-Korean characters available after pressing of KANA/CYRILLIC key on Japanese or Russian machines or when pressing simultaneously the CODE key on all other machines.
Syntax
CALL FONT
It must be entered in SCREEN O or 1. If you use it in SCREEN 9, it will lead to an error.
Related to
CALL HANON, CALL HANOFF, SET HAN
Compatibility
Hangul BASIC version 4
CALL FONT in Yaesu Basic
Effect
Selects the font that will be used on the MSX text screen.
Note: It is recommended to use the new fonts only in SCREEN 1.
Syntax
CALL FONT (<Font>)
Parameter
<Font> is a number between 0 and 5. When equal to zero, the default MSX font will be selected.
Example
CALL FONT (3)