1 ;-----------------------------------------------------------------------
\r
3 ; XPOINT - Include file
\r
5 ; XPOINT.ASM export functions
\r
9 ; ****** XLIB - Mode X graphics library ****************
\r
10 ; ****** ****************
\r
11 ; ****** Written By Themie Gouthas ****************
\r
13 ; egg@dstos3.dsto.gov.au
\r
14 ; teg@bart.dsto.gov.au
\r
15 ;-----------------------------------------------------------------------
\r
18 global _x_text_init :proc
\r
19 global _x_set_font :proc
\r
20 global _x_char_put :proc
\r
21 global _x_register_userfont :proc
\r
22 global _x_get_char_width :proc
\r
24 global _CharHeight :byte
\r
25 global _CharWidth :byte
\r
26 global _FontPtr :word:2
\r
27 global _FirstChar :byte
\r
28 global _UserFontPtr :word:2
\r
29 global _UserChHeight :byte
\r
30 global _UserChWidth :byte
\r
31 global _UserFirstCh :byte
\r