!
!  ----------------------------------------------------------------
!               TEXTDISPLAY OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   textdisplay object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "TextDisplay" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the lines.  On one hand, we are
!   trying to provide a nice app-defaults file for you to use as a model when 
!   specifying resources for the TextDisplay object; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
!
!   INHERITANCE:  manager -> viewport -> textdisplay
!
!   CLASS-SPECIFIC RESOURCES:   textdisplayRomanFontname
!                               textdisplayBoldFontname
!                               textdisplayItalicFontname
!                               textdisplayHelveticaFontname
!                               textdisplaySymbolFontname
!                               textdisplayRoff
!                               textdisplayIndent
!                               textdisplayWordcolor
!                               textdisplayHightlightcolor
!
!   SUB-PARTS: Sub-parts of the TextDisplay object include:
!
!   *TextDisplay.notifywindow   /* notifywindow object,
!                                  notifies user when new page is formatting */

!
! Corresponding Attribute: XVW_TEXTDISPLAY_ROMAN_FONTNAME
! Font to be used for "normal" text
! 
!*TextDisplay.textdisplayRomanFontname: fixed

!
! Corresponding Attribute: XVW_TEXTDISPLAY_BOLD_FONTNAME
! Font to be used for bold text
!
!*TextDisplay.textdisplayBoldFontname:*-new century schoolbook-bold-r-normal--12-120-*

!
! Corresponding Attribute: XVW_TEXTDISPLAY_ITALIC_FONTNAME
! Font to be used for italic text
!
!*TextDisplay.textdisplayItalicFontname:*-new century schoolbook-bold-i-normal--12-120-*

!
! Corresponding Attribute: XVW_TEXTDISPLAY_HELVETICA_FONTNAME
! Font to be used for helvetica text
!
!*TextDisplay.textdisplayHelveticaFontname:*-adobe-helvetica-medium-r-normal--12-120-* 

!
! Corresponding Attribute: XVW_TEXTDISPLAY_SYMBOL_FONTNAME
! Font to be used for symbol text
!
!*TextDisplay.textdisplaySymbolFontname:*-symbol-medium-r-normal--*-120-*

!
! Corresponding Attribute: XVW_TEXTDISPLAY_ROFF
! Format roff commands?
!
!*TextDisplay.textdisplayRoff: true

!
! Corresponding Attribute: XVW_TEXTDISPLAY_INDENT
! Number of pixels to indent before printing text
!
!*TextDisplay.textdisplayIndent: 10
!
! Corresponding Attribute: XVW_TEXTDISPLAY_WORDCOLOR
! Color to use with "hot" words
!
!*TextDisplay.textdisplayWordcolor: blue

!
! Corresponding Attribute: XVW_TEXTDISPLAY_HIGHLIGHTCOLOR
! Color to use with highlighted words
!
!*TextDisplay.textdisplayHightlightcolor: red
