home *** CD-ROM | disk | FTP | other *** search
-
- /*⌐ Copyright 1988-1991 UserLand Software, Inc. All Rights Reserved.*/
-
-
- #define fontinclude /*so other includes can tell if we've been loaded*/
-
-
- #define diskfontnamelength 32 /*number of bytes for a font name stored on disk*/
-
- typedef char diskfontstring [diskfontnamelength + 1];
-
-
-
- void setglobalfontsizestyle (short, short, short);
-
- short setnamedfont (bigstring, short, short, short);
-
- void getfontsizestyle (short *, short *, short *);
-
- void fontstring (short, short, boolean, boolean, bigstring);
-
- void getstyle (short, short *, short *, short *, short *, short *, short *);
-
- void checkstyle (boolean, bigstring, bigstring);
-
-