graphics: REPRESENTATION: text_attributes: TEXT-FONT


HIGZ

  In HIGZ compilations, one can choose the font both by name and
  by font number. Moreover, one can use SGML entities for symbols
  without keyboard equivalent, provided one selects a PostScript
  font.

  Example:

  !rep title text-font times-roman text-precision high ch-height 0.05
  Call plot_frame(0,0,10,10,` `,` `,` `)
  Call plot_text(1,6,`élève`,`title`)
  Call plot_text(1,4,`Τροχια`/...
     ` Μυονιου`,`title`)
  Call plot_end

  (The representation of the TITLE is changed from the default
  HIGZ-SOFTWARE font to large TIMES-ROMAN characters, and then
  used to write the French word for "student" and the Greek for
  "muon track" on the screen.)

Additional Information on:

  • fonts
  • entities

  • GTS-GRAL

      GTS-GRAL provides a large number of fonts. Those that can be
      referenced by name are listed in the table below:
    
      --------------------------------------------------------------
      Font name              Font number   Notes
      --------------------------------------------------------------
      PRESTIGE                        -2   Prestige Elite
      TIMES-ROMAN                     -3   Roman Times
      TIMES-ITALIC                  -104   Italic Times
      GREEK                          -13   Greek characters
      ITALIC-GREEK                  -113   Italic Greek characters
      GOTHIC                          -9   Gothic characters
      ITALIC-GOTHIC                 -109   Italic gothic characters
      --------------------------------------------------------------
    

    Keyword index. Formatted on 10/11/98.