"Fossies" - the Fresh Open Source Software Archive

Member "xfontlst-0.2.0/README" (22 Sep 2010, 1784 Bytes) of package /linux/privat/old/xfontlst-0.2.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 README - xfontlst Version 0.2.0 - Font List for X Windows
    2 Copyright (C) 2001-2010  dondalah721@yahoo.com (Dondalah)
    3 
    4 This program is free software; you can redistribute it and/or
    5 modify it under the terms of the GNU General Public License
    6 as published by the Free Software Foundation; either version 2
    7 of the License, or (at your option) any later version.
    8 
    9 This program is distributed in the hope that it will be useful,
   10 but WITHOUT ANY WARRANTY; without even the implied warranty of
   11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   12 GNU General Public License for more details.
   13 
   14 You should have received a copy of the GNU General Public License
   15 along with this program; if not, write to:
   16 
   17 	Free Software Foundation, Inc.
   18 	59 Temple Place - Suite 330
   19 	Boston, MA  02111-1307, USA.
   20 -------------------------------------------------------------------
   21 
   22 To install xfontlst,
   23 	extract all the files from xfontlst-0.2.0.tar.gz.
   24 	change directory to xfontlst-0.2.0
   25 	instfnt
   26 
   27 You may select your choice of header font in xshwfnt.c
   28 by changing the define variable for HDRFONT.
   29 
   30 * Search for the statement:  #define HDRFONT "10x20"
   31 * Change the font name from "10x20" to your choice.
   32 
   33 Move the executables to your bin directory.
   34 
   35 To de-install the application, run "deinst".
   36 
   37 Test xlstfnt with the following command:
   38 
   39 	xlstfnt '*bitstream*' | less
   40 
   41 The input parameter is optional.
   42 
   43 Test xshwfnt with the following command:
   44 
   45 	xshwfnt '*bitstream*'
   46 
   47 Press 'f' to scroll forward.
   48 Press 'b' to scroll back.
   49 Press 'n' to view the next     font.
   50 Press 'p' to view the previous font.
   51 Press escape to exit.
   52 
   53 If you encounter problems, please send me:
   54 
   55 	A detailed description of your compile steps.
   56 	A detailed description of the problem.
   57 
   58 Browse xfontlst.html to read the documentation.