home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / xfedor.zip / XFree86 / src / xfedor / xfedor_a.man < prev    next >
Text File  |  1999-03-02  |  3KB  |  79 lines

  1.  
  2.    XFEDOR(1)            X Version 11                                XFEDOR(1)
  3.  
  4.    NAME
  5.     xfedor - font, cursor, icon editor (color too).
  6.  
  7.    SYNTAX
  8.            xfedor     [-f fontfile[.bdf]] [-b bitmapfile[.xbm]]
  9.                 [-m mousefiles] [-p pixmapfile[.xpm]] 
  10.                 [-z] [-xy] [-f1 fontname] [-f2 fontname]
  11.                 [-g +x+y] [-d host:display.screen]
  12.  
  13.    DESCRIPTION
  14.     xfedor is an X Window System Version 11 client.
  15.     xfedor is essentially a font editor for X11 bdf files (V 2.1).
  16.     xfedor can also generates limited (128x128) bitmaps in X11 format
  17.     or in XPM 1 format (color) and has facilities for creating cursors.
  18.         xfedor don't make any use of various XDefaults files.
  19.  
  20.    ARGUMENTS
  21.         -f fontfile
  22.         a bdf file to be read at startup.
  23.         (xfedor appends .bdf if there is no extention).
  24.          -b bitmapfile
  25.             bitmap file in X11 format : "include file C".
  26.             (priority to .xbm extensions)
  27.          -m mousefiles
  28.             two bitmap X11 files, mousefileFore and mousefileMask,
  29.             are looking for in $MAP directory. (as at run-time)
  30.          -p pixmapfile
  31.             pixmap file (color) in XPM format (ASCII editable)
  32.             (priority for .xpm extensions)
  33.     -rv 
  34.         reverse video : white on black (default black on white).
  35.         -f1 fontname
  36.             font to be use in general interface
  37.         -f2 fontname
  38.             font to be use in mouse guide lines
  39.         +x+y
  40.         initial geometry of the main window (default 10,10).
  41.          -z, -xy
  42.             Pixmap format used in image transferts (XPutImage,XGetImage).
  43.  
  44.    SHELL VARIABLES
  45.     BDF
  46.         directory for read and write bdf files.
  47.             default value is empty string (current).
  48.     SOS
  49.         directory where xfedor search help files (optional).
  50.             default is /usr/local/lib/X11/xfedor.
  51.     MAP
  52.         directory to read and write bitmap files from.
  53.             default value is empty string (current).
  54.     DISPLAY
  55.         default server name.
  56.           HOME
  57.         User home directory. Used as ~ replacement when it 
  58.             appears as the first character of file name.
  59.  
  60.             If the file name begins by a /, full path taken.
  61.  
  62.    FILES
  63.     $SOS/*.sos    help files:
  64.                  (*.sos, with * = {BEZIERS,FILL,METRIC,ROTATE,
  65.                     WRITE,CIRCLE,FONT,NUM,SAVE,CUTAP,GARB,SOS,
  66.                     RECTANGLE,EDIT,LINE,RESIZE,TRANSLATE,default)
  67.     $MAP/Fore*    bitmap files for cursor foreground
  68.     $MAP/Mask*    bitmap files for cursor background
  69.     $BDF/*.bdf    Bitmap Distribution Format Files.
  70.         $MAP/*.xbm       Bitmap X11 file (#define ..)
  71.         $MAP/*.xpm      XPM format file (color format in ASCII).
  72.  
  73.    SEE ALSO
  74.     bitmap(X), bdftosnf(X), xsetroot(X)
  75.  
  76.    AUTHORS
  77.     Daniel DARDAILLER
  78.  
  79.