home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / tests / text.DOC < prev    next >
Encoding:
Text File  |  1991-02-13  |  1.8 KB  |  84 lines

  1.  NAME:            text
  2.  
  3.  CELL CONTENTS:
  4.      Each cell contains 4 text3 strings.  Each text3 string has its
  5.      own Text_path.  The string itself is descriptive of its path.
  6.      All other attributes are constant within a cell.
  7.      The basic cell is depicted below:
  8.  
  9.  
  10.      Right            D
  11.                  o
  12.                  w
  13.                  n
  14.      p
  15.      u
  16.  
  17.      p            
  18.      u             tfeL
  19.  
  20.  
  21.  CELL LAYOUT:
  22.      Cells are arranged on the screen in a matrix of 2 rows and
  23.      3 columns.
  24.  
  25.  CONSTANTS:
  26.      Background_color        .3 .3 .8
  27.      Background_color_index        16
  28.      Define_color
  29.                   8     1    0    0    % Red     %
  30.                   9     0    1    0    % Green  %
  31.                   10     0    0    1    % Blue     %
  32.                   11     1    1    0    % Yellow %
  33.                   12     0    1    1    % Cyan     %
  34.                   13     1    0    1    % Magenta%
  35.                   14     1    1    1    % White     %
  36.                   15     0    0    0    % Black     %
  37.                   16     0.3    0.3    0.8
  38.  
  39.  PER FILE VARIABLES:
  40.      Default_view_specification    parallel/perspective
  41.      Configuration            true_color/pseudo_color
  42.  
  43.  RANDOM VARIABLES:
  44.      NONE
  45.  
  46.  COLUMN VARIABLES:
  47.      NONE
  48.      
  49.  ROW VARIABLES:
  50.      NONE
  51.  
  52.  ROW/COLUMN VARING VARIABLES:
  53.    Char_height
  54.          Column 1:    Column 2:    Column 3:
  55.    Row 1:    .14        .16        .18
  56.    Row 1:    .2        .22        .24
  57.  
  58.    Char_exp
  59.          Column 1:    Column 2:    Column 3:
  60.    Row 1:    1.0         1.0         1.0
  61.    Row 1:    1.6         1.8         2.0
  62.  
  63.    Char_space
  64.          Column 1:    Column 2:    Column 3:
  65.    Row 1:    0        .5        0
  66.    Row 1:    0        -.5        0 
  67.  
  68.    Char_up_vector
  69.          Column 1:    Column 2:    Column 3:
  70.    Row 1:    0 1        0 1        0 1
  71.    Row 1:    .7.7        0 1        -.7 .7 
  72.  
  73.  COMMENTS ON PHOTOGRAPHS:
  74.  
  75.      *  Char_up_vector is malfunctioning in the photographs.
  76.          Row 2 Column 1 and 3 should have their characters
  77.          slanted in the direction shown in the photographs
  78.          but their path should remain as they are in the other
  79.          4 cells.
  80.  
  81.      *  The text size (for the text at toe bottom of the screen )
  82.          was reduced from the size on the photograph.  Additional
  83.          information has been added to that text.
  84.