DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2296f03fc⟧ TextFile

    Length: 1408 (0x580)
    Types: TextFile
    Names: »TFIOPARM.PAS«

Derivation

└─⟦11e151dc0⟧ Bits:30009789/_.ft.Ibm2.50006589.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »TFIOPARM.PAS« 
└─⟦514567ecc⟧ Bits:30009789/_.ft.Ibm2.50006603.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »TFIOPARM.PAS« 

TextFile

(* constants and types that are influenced
   by the actual printer : *)
const
  f_len = 120;
      (* length of a format-string *)

  max_right_margin = 1920; (* 80 x 24 points *)
      (* maximum value for right margin in the formatted document *)

  min_width = 48; (* 2 x 24 points *)
      (* minimum distance between left margin and right margin
         in the formatted document *)

  min_line_spacing = 1;  (* point *)
  max_line_spacing = 85; (* point *)
      (* minimum and maximum value for line spacing *)

  char_height = 10; (* points *)
      (* the height of one character *)

  forced_space = #10;
      (* this character is used for "forced spaces" which will
         not be suppressed by the formatting process *)

type
  attribute = ((* typefaces and modifiers to them : *)
                 bold, italic, proportional,
                 nlq, unidirectional,
                 underscore, subscript, superscript,
               (* used by the formatting process : *)
                 dividepoint, space);
               (* note: in addition to the two above, also
                  underscore is used by the formatting process.
                  It is assumed that underscoring a character
                  does not change its width. *)
«eof»