Fonts?

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu