T.R | Title | User | Personal Name | Date | Lines |
---|
1793.1 | | DECWIN::FISHER | Burns Fisher 381-1466, ZKO3-4/W23 | Mon Nov 27 1989 13:24 | 5 |
| The font name is "fixed" by default. It is a pretty junk font, but you should
be able to do anything with it (inquiring characteristics, etc) that you can
do with any font.
Burns
|
1793.2 | | TRNSAM::HOLT | Robert Holt, ISV Atelier West | Sun Mar 11 1990 15:08 | 13 |
|
re .0
first:
XCreateGC
then:
gcontext = XGContextFromGC
font_struct = XQueryFont(display,(XID)gcontext);
The font id is in:
font_struct.fid
|
1793.3 | | TRNSAM::HOLT | Robert Holt, ISV Atelier West | Sun Mar 11 1990 15:09 | 13 |
|
re .0
first:
gc = XCreateGC(....);
then:
gcontext = XGContextFromGC(gc);
font_struct = XQueryFont(display,(XID)gcontext);
The font id is in:
font_struct.fid
|