home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / PBMPLUS.ZIP / PBMTEXT.MAN < prev    next >
Text File  |  1991-08-11  |  2KB  |  67 lines

  1.  
  2.  
  3. pbmtext(1)                 Unix Programmer's Manual                 pbmtext(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      pbmtext - render text into a bitmap
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      pppbbbmmmttteeexxxttt [-fffooonnnttt _f_o_n_t_f_i_l_e] [_t_e_x_t]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.  
  14.      Takes the specified text, either a single line from the command  line  or
  15.      multiple lines from standard input, and renders it into a bitmap.
  16.  
  17. OOOPPPTTTIIIOOONNNSSS
  18.  
  19.      By default, pbmtext uses a built-in font.  You can also specify your  own
  20.      font  with the ---fffooonnnttt flag.  The _f_o_n_t_f_i_l_e is a pbm file, created in a very
  21.      specific way.  In your window system of  choice,  display  the  following
  22.      text in the desired (fixed-width) font:
  23.  
  24.          M ",/^_[`jpqy| M
  25.  
  26.          /  !"#$%&'()*+ /
  27.          < ,-./01234567 <
  28.          > 89:;<=>?@ABC >
  29.          @ DEFGHIJKLMNO @
  30.          _ PQRSTUVWXYZ[ _
  31.          { \]^_`abcdefg {
  32.          } hijklmnopqrs }
  33.          ~ tuvwxyz{|}~  ~
  34.  
  35.          M ",/^_[`jpqy| M
  36.  
  37.      Do a screen grab or window dump of that text,  using  for  instance  _x_w_d,
  38.      _x_g_r_a_b_s_c,  or  _s_c_r_e_e_n_d_u_m_p.   Convert  the  result  into  a  pbm  file.  If
  39.      necessary, use _p_n_m_c_u_t to remove everything except the text.  Finally, run
  40.      it  through _p_n_m_c_r_o_p to make sure the edges are right up against the text.
  41.      _p_b_m_t_e_x_t can figure out the sizes and spacings from that.
  42.  
  43. SSSEEEEEE AAALLLSSSOOO
  44.      pbm(5), pnmcut(1), pnmcrop(1)
  45.  
  46. AAAUUUTTTHHHOOORRR
  47.      Copyright (C) 1991 by Jef Poskanzer.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                5 January 1991                                1
  65.  
  66.  
  67.