GEOS Font Attributes

starnet!apple!pa.dec.com!rau
Message-id: <9312202015.AA03513@wyzguy.pa.dec.com>
To: zoomer-list-1993@grot.starconn.com
Subject: GEOS Font Attributes
Date: Mon, 20 Dec 93 12:15:24 -0800
From: starnet!apple!pa.dec.com!rau
X-Mts: smtp
Status: OR

Befor I "draw" characters to a screen in GEOS I would like
to set the font to be fixed width (rather then proportional). 
How do I do this.


In the "Routines" manual in the file "rstructf.txt" is the 
following:

typedef ByteFlags FontAttrs;

#define FA_FIXED_WIDTH     0x40
#define FA_ORIENT          0x20
#define FA_OUTLINE         0x10
#define FA_FAMILY          0x0f
#define FA_FAMILY_OFFSET   0

this is also in font.h

but I cannot find a routine which accepts the type FontAttrs?

..........larry