Fonts?
I am attempting to implement font and cursor selection in GraphApp.
These are defined in GraphApp.h as follows:
-- Library supplied variables.
extern font SystemFont; /* system font */
extern font FixedFont; /* fixed-width font */
extern font Times; /* times roman font (serif) */
etc...
extern cursor ArrowCursor; /* normal arrow cursor */
extern cursor BlankCursor; /* invisible cursor */
extern cursor WatchCursor; /* wait for the computer */
etc...
These presumably are pointers to data structures somewhere which contain the
font or cursor data. How can I include these in my Euphoria wrapper?
Thanks,
Irv
|
Not Categorized, Please Help
|
|