@begin(header)
author: ackerman=ag@ics.uci.edu
show_author: ShowNone
author_organization: MIT
node_expert: ackerman=ag@ics.uci.edu 
expiration_date: 09/09/93
last_modifier: ackerman=ag@ics.uci.edu
last_mod_date: 09/09/91
mod_num: 2
@end(header)
@begin(Q)
How do I specify a font in a resources file for a text widget.
*AsciiText.font:  -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1
doesn`t seem to work.
@end(Q)

@begin(A)
Try:

*Text*font: -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1

Even though you specify asciiStringWidgetClass or
asciiTextWidgetClass, the resource name is "Text".  BTW, you can
determine the resource name for any widget by examining the
initialized class data structure in the widget .c file.
