load_default_font
From ArchaicPixels: HuC and PCEAS Documentation
load_default_font();
load_default_font(char num);
load_default_font(char num, int vaddr);
Load a default font in video memory. Without parameters
the first default font is loaded just above the
BAT in video memory; usualy it's address 0x800.
Otherwise you can select the font number, and eventualy
the address in video memory.
In its current implementation the library support only
one default font, but in the future more fonts could
be available.
