Πρόβλημα με ελληνικές εκτυπώσεις

Nikolaos Christou nchrist at hol.gr
Sun Nov 4 01:33:01 EET 2001


Κατέβασα τις  γραμμτοσειρές του graphis 1.0-1. Δυστυχώς έχει αφαιρεθεί 
το script-άκι που κάνει αυτόματα την εγκατάσταση στο GHOSTSCRIPT. 
Συνέπεια αυτού είναι να μην μπορώ να καταφέρω να τυπώσω Ελληνικά, παρόλο 
που διαμόρφωσα το Fontmap σύμφωνα με τις οδηγίες του hellenic howto και 
του /hellas/Type1/Fontmap . Παραθέτω τo /usr/share/ghostscript/Fontmap

% Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
% 
% This file is part of GNU Ghostscript.
% 
% GNU Ghostscript is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
% to anyone for the consequences of using it or for whether it serves any
% particular purpose or works at all, unless he says so in writing.  Refer
% to the GNU General Public License for full details.
% 
% Everyone is granted permission to copy, modify and redistribute GNU
% Ghostscript, but only under the conditions described in the GNU General
% Public License.  A copy of this license is supposed to have been given
% to you along with GNU Ghostscript so you can know your rights and
% responsibilities.  It should be in a file named COPYING.  Among other
% things, the copyright notice and this notice must be preserved on all
% copies.
% 
% Aladdin Enterprises supports the work of the GNU Project, but is not
% affiliated with the Free Software Foundation or the GNU Project.  GNU
% Ghostscript, as distributed by Aladdin Enterprises, does not require any
% GNU software to build or run it.

% $Id: Fontmap.GS $
% Fontmap - standard font catalog for Ghostscript.

% ----------------------------------------------------------------

% This file is a catalog of fonts known to Ghostscript.  Any font
% that is to be loaded automatically when named must be in this catalog,
% except for fonts that Ghostscript finds automatically in directories
% named in the GS_FONTPATH environment variable.

% Each font has an entry consisting of three items:
%
%	- The name by which the font is known inside Ghostscript
%	(a Ghostscript name preceded by a `/', or a string enclosed
%	in parentheses).  This is used to find the file from which
%	a font of a given name should be loaded.
%
%	- Information depending on whether this is a real font or a
%	font alias:
%
%		- For real fonts, the name of the Ghostscript font
%		file (a Ghostscript string, enclosed in parentheses).
%		The filename should include the extension, which (by
%		convention) is `.gsf'.  `.pfa' and `.pfb' files are
%		also usable as fonts for Ghostscript.
%
%		- For font aliases, the name of the font which should
%		be used when this one is requested, preceded by a
%		`/'.  See the entry for Charter below for an example.
%		Note that an alias name cannot be enclosed in parentheses.
%
%	- At least one space or tab, and a terminating semicolon.

% Because of limitations in the MS-DOS environment, Ghostscript font
% file names must be no more than 8 characters long, must consist only
% of LOWER CASE letters, digits, and underscores, and must start with a
% letter.  Font names, on the other hand, need only obey the syntax of
% names in the Ghostscript language, which is much more liberal.

% The following table is actually a Ghostscript data structure.
% If you add new entries, be sure to copy the punctuation accurately;
% in particular, you must leave at least one space or tab between each
% field in the entry.  Also, please read fonts.doc for important information
% about font names.

% Note that .pfa and .pfb fonts are compatible with Adobe Type Manager
% and other programs that don't include full PostScript interpreters,
% as well as with PostScript interpreters; .gsf fonts are compatible with
% PostScript interpreters, but not with ATM or similar programs.

% 

%
% Fonts contributed by:
%	URW++ Design and Development Incorporated
%	Poppenbuetteler Bogen 29A
%	D-22399 Hamburg
%	Germany
%	tel. +49 (40) 60 60 50
%	fax +49 (40) 60 60 51 11
%	http://www.urwpp.de
% for distribution under the GNU License and Aladdin Free Public License.
% See the notice at the head of this Fontmap file for licensing terms.
% Each of these fonts is individually covered by the license:
% for licensing purposes, they are not "part of" any larger entity.
% The following notice applies to these fonts:
%
%	Copyright URW Software, Copyright 1994 by URW.
%

% Actual fonts

/URWBookmanL-DemiBold	(b018015l.pfb)	;
/URWBookmanL-DemiBoldItal	(b018035l.pfb)	;
/URWBookmanL-Ligh	(b018012l.pfb)	;
/URWBookmanL-LighItal	(b018032l.pfb)	;

/NimbusMonL-Regu	(n022003l.pfb)	;
/NimbusMonL-ReguObli	(n022023l.pfb)	;
/NimbusMonL-Bold	(n022004l.pfb)	;
/NimbusMonL-BoldObli	(n022024l.pfb)	;

/URWGothicL-Book	(a010013l.pfb)	;
/URWGothicL-BookObli	(a010033l.pfb)	;
/URWGothicL-Demi	(a010015l.pfb)	;
/URWGothicL-DemiObli	(a010035l.pfb)	;

/NimbusSanL-Regu	(n019003l.pfb)	;
/NimbusSanL-ReguItal	(n019023l.pfb)	;
/NimbusSanL-Bold	(n019004l.pfb)	;
/NimbusSanL-BoldItal	(n019024l.pfb)	;

/NimbusSanL-ReguCond	(n019043l.pfb)	;
/NimbusSanL-ReguCondItal	(n019063l.pfb)	;
/NimbusSanL-BoldCond	(n019044l.pfb)	;
/NimbusSanL-BoldCondItal	(n019064l.pfb)	;

/URWPalladioL-Roma	(p052003l.pfb)	;
/URWPalladioL-Ital	(p052023l.pfb)	;
/URWPalladioL-Bold	(p052004l.pfb)	;
/URWPalladioL-BoldItal	(p052024l.pfb)	;

/CenturySchL-Roma	(c059013l.pfb)	;
/CenturySchL-Ital	(c059033l.pfb)	;
/CenturySchL-Bold	(c059016l.pfb)	;
/CenturySchL-BoldItal	(c059036l.pfb)	;

/NimbusRomNo9L-Regu	(n021003l.pfb)	;
/NimbusRomNo9L-ReguItal	(n021023l.pfb)	;
/NimbusRomNo9L-Medi	(n021004l.pfb)	;
/NimbusRomNo9L-MediItal	(n021024l.pfb)	;

/StandardSymL	(s050000l.pfb)	;

/URWChanceryL-MediItal	(z003034l.pfb)	;

/Dingbats	(d050000l.pfb)	;

% Aliases

/Bookman-Demi			/URWBookmanL-DemiBold	;
/Bookman-DemiItalic		/URWBookmanL-DemiBoldItal	;
/Bookman-Light			/URWBookmanL-Ligh	;
/Bookman-LightItalic		/URWBookmanL-LighItal	;

/Courier			/NimbusMonL-Regu	;
/Courier-Oblique		/NimbusMonL-ReguObli	;
/Courier-Bold			/NimbusMonL-Bold	;
/Courier-BoldOblique		/NimbusMonL-BoldObli	;

/AvantGarde-Book		/URWGothicL-Book	;
/AvantGarde-BookOblique		/URWGothicL-BookObli	;
/AvantGarde-Demi		/URWGothicL-Demi	;
/AvantGarde-DemiOblique		/URWGothicL-DemiObli	;

/Helvetica			/NimbusSanL-Regu	;
/Helvetica-Oblique		/NimbusSanL-ReguItal	;
/Helvetica-Bold			/NimbusSanL-Bold	;
/Helvetica-BoldOblique		/NimbusSanL-BoldItal	;

/Helvetica-Narrow		/NimbusSanL-ReguCond	;
/Helvetica-Narrow-Oblique	/NimbusSanL-ReguCondItal	;
/Helvetica-Narrow-Bold		/NimbusSanL-BoldCond	;
/Helvetica-Narrow-BoldOblique	/NimbusSanL-BoldCondItal	;

/Palatino-Roman			/URWPalladioL-Roma	;
/Palatino-Italic		/URWPalladioL-Ital	;
/Palatino-Bold			/URWPalladioL-Bold	;
/Palatino-BoldItalic		/URWPalladioL-BoldItal	;

/NewCenturySchlbk-Roman		/CenturySchL-Roma	;
/NewCenturySchlbk-Italic	/CenturySchL-Ital	;
/NewCenturySchlbk-Bold		/CenturySchL-Bold	;
/NewCenturySchlbk-BoldItalic	/CenturySchL-BoldItal	;

/Times-Roman			/NimbusRomNo9L-Regu	;
/Times-Italic			/NimbusRomNo9L-ReguItal	;
/Times-Bold			/NimbusRomNo9L-Medi	;
/Times-BoldItalic		/NimbusRomNo9L-MediItal	;

/Symbol				/StandardSymL	;

/ZapfChancery-MediumItalic	/URWChanceryL-MediItal	;

/ZapfDingbats			/Dingbats	;

% 

%
% Type 1 fonts contributed to the X11R5 distribution.
%

% The following notice accompanied the Charter fonts.
%
% (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA.
%
% You are hereby granted permission under all Bitstream propriety rights
% to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream
% Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts
% for any purpose and without restriction; provided, that this notice is
% left intact on all copies of such fonts and that Bitstream's trademark
% is acknowledged as shown below on all unmodified copies of the 4 Charter
% Type 1 fonts.
%
% BITSTREAM CHARTER is a registered trademark of Bitstream Inc.

% The Bitstream Charter fonts have different names (CharterBT-
% instead of Charter-), but Ghostscript doesn't care.
/Charter-Roman			(bchr.pfa)	;
/Charter-Italic			(bchri.pfa)	;
/Charter-Bold			(bchb.pfa)	;
/Charter-BoldItalic		(bchbi.pfa)	;

% The following notice accompanied the Utopia font:
%
%   Permission to use, reproduce, display and distribute the listed
%   typefaces is hereby granted, provided that the Adobe Copyright notice
%   appears in all whole and partial copies of the software and that the
%   following trademark symbol and attribution appear in all unmodified
%   copies of the software:
%
%           Copyright (c) 1989 Adobe Systems Incorporated
%           Utopia (R)
%           Utopia is a registered trademark of Adobe Systems Incorporated
%
%   The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font
%   Metric files) donated are:
%
%           Utopia Regular
%           Utopia Italic
%           Utopia Bold
%           Utopia Bold Italic

/Utopia-Regular		(putr.pfa)	;
/Utopia-Italic		(putri.pfa)	;
/Utopia-Bold		(putb.pfa)	;
/Utopia-BoldItalic	(putbi.pfa)	;

% 

%
% Fonts contributed by URW GmbH for distribution under the GNU License.
% The following notice accompanied these fonts:
%
% U004006T URW Grotesk 2031 Bold PostScript Type 1 Font Program
% U003043T URW Antiqua 2051 Regular Condensed PostScript Type 1 Font Program
%
% Copyright (c) 1992 URW GmbH, Hamburg, Germany
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; wihtout even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% See the GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with this program; if not, write to the Free Software
% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
%
% Address:
% URW GmbH
% PC Support
% Harksheider Strasse 102
% 2000 Hamburg 65
% Germany
% Phone: +49 40 60 60 50       (Reception)
% Phone: +49 40 60 60 52 30   (PC Support)
% Fax    : +49 40 60 60 52 52
%

/URWAntiquaT-RegularCondensed	(u003043t.gsf)	;
/URWGroteskT-Bold		(u004006t.gsf)	;

% 

%
% Shareware Kana fonts.  These are subject to the following notice:
%
% These copyrighted fonts were developed by Kevin Hartig. Permission is
% granted to freely distribute them in entirety along with this statement.
% This is shareware. If you decide to use these fonts please contribute
% $10 US to help support further freeware and shareware software development.
% Questions and comments may be sent to:
%
% hartig at fsl.noaa.gov
% khartig at nyx.cs.du.edu
%
% Kevin Hartig
% 1126 Collyer Street
% Longmont, CO 80501 USA
% 
% copyright 1993.

% Hiragana and Katakana fonts.  The character names are inappropriate,
% and the encoding is probably not related to any known standard.

/Calligraphic-Hiragana		(fhirw.gsf)	;
/Calligraphic-Katakana		(fkarw.gsf)	;

% 

%
% Public-domain fonts.  These have no copyright, and are of unknown quality.

% Cyrillic fonts.  The character names are inappropriate,
% and the encoding is probably not related to any known standard.

/Shareware-Cyrillic-Regular	(fcyr.gsf)	;
/Shareware-Cyrillic-Italic	(fcyri.gsf)	;

% Aliases
/Cyrillic			/Cyrillic-Regular	;
/Cyrillic-Regular		/Shareware-Cyrillic-Regular	;
/Cyrillic-Italic		/Shareware-Cyrillic-Italic	;

% 

%
% Fonts converted from Hershey outlines.  These are constructed and
% maintained manually.  These are also in the public domain.
%
% The suggested UniqueID's and filenames are constructed differently for
% these than for the ones above, because of the strange way that the Hershey
% fonts were constructed.  The scheme for these looks like:
%
% 42TTXY0
%
% TT = typeface, X = ``class'', Y = variation
%
% The typeface names and numbers are listed in fonts.mak.
%
% class:
% 0 = normal			= r
% 1 = simplex			= s
% 2 = complex			= c
% 3 = triplex			= t
% 4 = duplex			= d
%
% variation:
% 0 = normal			(omitted)
% 1 = oblique			= o
% 2 = italic			= i
% 3 = bold			= b
% 4 = bold oblique		= bo
% 5 = bold italic		= bi
%

% Fonts created by Thomas Wolff <wolff at inf.fu-berlin.de>, by adding
% accents, accented characters, and various other non-alphabetics
% to the original Hershey fonts.  These are "freeware", not to be sold.

/Hershey-Gothic-English		(hrger.pfa)	;	% 5066533
/Hershey-Gothic-German		(hrgrr.pfa)	;
/Hershey-Gothic-Italian		(hritr.pfa)	; 

/Hershey-Plain-Duplex		(hrpld.pfa)	;
/Hershey-Plain-Duplex-Italic	(hrpldi.pfa)	;
/Hershey-Plain-Triplex		(hrplt.pfa)	;
/Hershey-Plain-Triplex-Italic	(hrplti.pfa)	;

/Hershey-Script-Complex		(hrscc.pfa)	;
/Hershey-Script-Simplex		(hrscs.pfa)	;	% 5066541

% Fonts created algorithmically from the above.

/Hershey-Gothic-English-Bold		(hrgerb.gsf)	;	% 5066542
/Hershey-Gothic-English-Oblique		(hrgero.gsf)	;
/Hershey-Gothic-English-SemiBold	(hrgerd.gsf)	;
/Hershey-Gothic-German-Bold		(hrgrrb.gsf)	;
/Hershey-Gothic-German-Oblique		(hrgrro.gsf)	;
/Hershey-Gothic-Italian-Bold		(hritrb.gsf)	;
/Hershey-Gothic-Italian-Oblique		(hritro.gsf)	;

/Hershey-Plain-Duplex-Bold		(hrpldb.gsf)	;
/Hershey-Plain-Duplex-Bold-Italic	(hrpldbi.gsf)	;
/Hershey-Plain-Triplex-Bold		(hrpltb.gsf)	;
/Hershey-Plain-Triplex-Bold-Italic	(hrpltbi.gsf)	;

/Hershey-Script-Complex-Bold		(hrsccb.gsf)	;
/Hershey-Script-Complex-Oblique		(hrscco.gsf)	;
/Hershey-Script-Simplex-Bold		(hrscsb.gsf)	;
/Hershey-Script-Simplex-Oblique		(hrscso.gsf)	;	% 5066556

% Fonts consisting only of characters from the original Hershey
% distribution.  These are Type 3 fonts.

/Hershey-Greek-Complex			(hrgkc.gsf)	;	% 5066557
/Hershey-Greek-Simplex			(hrgks.gsf)	;

/Hershey-Plain				(hrplr.gsf)	;
/Hershey-Plain-Simplex			(hrpls.gsf)	;	% 5066560

% Fonts created algorithmically from the above.

/Hershey-Plain-Bold			(hrplrb.gsf)	;	% 5066561
/Hershey-Plain-Bold-Oblique		(hrplrbo.gsf)	;
/Hershey-Plain-Oblique			(hrplro.gsf)	;
/Hershey-Plain-Simplex-Bold		(hrplsb.gsf)	;
/Hershey-Plain-Simplex-Bold-Oblique	(hrplsbo.gsf)	;
/Hershey-Plain-Simplex-Oblique		(hrplso.gsf)	;	% 5066566

% This font, and only this font among the Hershey fonts, uses
% the SymbolEncoding.

/Hershey-Symbol				(hrsyr.gsf)	;	% 5066567

/min-21ku (min-21ku.gsf) ;
/min-22ku (min-22ku.gsf) ;
/min-23ku (min-23ku.gsf) ;
/min-24ku (min-24ku.gsf) ;
/min-25ku (min-25ku.gsf) ;
/min-26ku (min-26ku.gsf) ;
/min-27ku (min-27ku.gsf) ;
/min-28ku (min-28ku.gsf) ;
/min-30ku (min-30ku.gsf) ;
/min-31ku (min-31ku.gsf) ;
/min-32ku (min-32ku.gsf) ;
/min-33ku (min-33ku.gsf) ;
/min-34ku (min-34ku.gsf) ;
/min-35ku (min-35ku.gsf) ;
/min-36ku (min-36ku.gsf) ;
/min-37ku (min-37ku.gsf) ;
/min-38ku (min-38ku.gsf) ;
/min-39ku (min-39ku.gsf) ;
/min-3aku (min-3aku.gsf) ;
/min-3bku (min-3bku.gsf) ;
/min-3cku (min-3cku.gsf) ;
/min-3dku (min-3dku.gsf) ;
/min-3eku (min-3eku.gsf) ;
/min-3fku (min-3fku.gsf) ;
/min-40ku (min-40ku.gsf) ;
/min-41ku (min-41ku.gsf) ;
/min-42ku (min-42ku.gsf) ;
/min-43ku (min-43ku.gsf) ;
/min-44ku (min-44ku.gsf) ;
/min-45ku (min-45ku.gsf) ;
/min-46ku (min-46ku.gsf) ;
/min-47ku (min-47ku.gsf) ;
/min-48ku (min-48ku.gsf) ;
/min-49ku (min-49ku.gsf) ;
/min-4aku (min-4aku.gsf) ;
/min-4bku (min-4bku.gsf) ;
/min-4cku (min-4cku.gsf) ;
/min-4dku (min-4dku.gsf) ;
/min-4eku (min-4eku.gsf) ;
/min-4fku (min-4fku.gsf) ;
/min-50ku (min-50ku.gsf) ;
/min-51ku (min-51ku.gsf) ;
/min-52ku (min-52ku.gsf) ;
/min-53ku (min-53ku.gsf) ;
/min-54ku (min-54ku.gsf) ;
/min-55ku (min-55ku.gsf) ;
/min-56ku (min-56ku.gsf) ;
/min-57ku (min-57ku.gsf) ;
/min-58ku (min-58ku.gsf) ;
/min-59ku (min-59ku.gsf) ;
/min-5aku (min-5aku.gsf) ;
/min-5bku (min-5bku.gsf) ;
/min-5cku (min-5cku.gsf) ;
/min-5dku (min-5dku.gsf) ;
/min-5eku (min-5eku.gsf) ;
/min-5fku (min-5fku.gsf) ;
/min-60ku (min-60ku.gsf) ;
/min-61ku (min-61ku.gsf) ;
/min-62ku (min-62ku.gsf) ;
/min-63ku (min-63ku.gsf) ;
/min-64ku (min-64ku.gsf) ;
/min-65ku (min-65ku.gsf) ;
/min-66ku (min-66ku.gsf) ;
/min-67ku (min-67ku.gsf) ;
/min-68ku (min-68ku.gsf) ;
/min-69ku (min-69ku.gsf) ;
/min-6aku (min-6aku.gsf) ;
/min-6bku (min-6bku.gsf) ;
/min-6cku (min-6cku.gsf) ;
/min-6dku (min-6dku.gsf) ;
/min-6eku (min-6eku.gsf) ;
/min-6fku (min-6fku.gsf) ;
/min-70ku (min-70ku.gsf) ;
/min-71ku (min-71ku.gsf) ;
/min-72ku (min-72ku.gsf) ;
/min-73ku (min-73ku.gsf) ;
/min-74ku (min-74ku.gsf) ;

/min.r21 /min-21ku ;
/min.r22 /min-22ku ;
/min.r23 /min-23ku ;
/min.r24 /min-24ku ;
/min.r25 /min-25ku ;
/min.r26 /min-26ku ;
/min.r27 /min-27ku ;
/min.r28 /min-28ku ;
/min.r30 /min-30ku ;
/min.r31 /min-31ku ;
/min.r32 /min-32ku ;
/min.r33 /min-33ku ;
/min.r34 /min-34ku ;
/min.r35 /min-35ku ;
/min.r36 /min-36ku ;
/min.r37 /min-37ku ;
/min.r38 /min-38ku ;
/min.r39 /min-39ku ;
/min.r3a /min-3aku ;
/min.r3b /min-3bku ;
/min.r3c /min-3cku ;
/min.r3d /min-3dku ;
/min.r3e /min-3eku ;
/min.r3f /min-3fku ;
/min.r40 /min-40ku ;
/min.r41 /min-41ku ;
/min.r42 /min-42ku ;
/min.r43 /min-43ku ;
/min.r44 /min-44ku ;
/min.r45 /min-45ku ;
/min.r46 /min-46ku ;
/min.r47 /min-47ku ;
/min.r48 /min-48ku ;
/min.r49 /min-49ku ;
/min.r4a /min-4aku ;
/min.r4b /min-4bku ;
/min.r4c /min-4cku ;
/min.r4d /min-4dku ;
/min.r4e /min-4eku ;
/min.r4f /min-4fku ;
/min.r50 /min-50ku ;
/min.r51 /min-51ku ;
/min.r52 /min-52ku ;
/min.r53 /min-53ku ;
/min.r54 /min-54ku ;
/min.r55 /min-55ku ;
/min.r56 /min-56ku ;
/min.r57 /min-57ku ;
/min.r58 /min-58ku ;
/min.r59 /min-59ku ;
/min.r5a /min-5aku ;
/min.r5b /min-5bku ;
/min.r5c /min-5cku ;
/min.r5d /min-5dku ;
/min.r5e /min-5eku ;
/min.r5f /min-5fku ;
/min.r60 /min-60ku ;
/min.r61 /min-61ku ;
/min.r62 /min-62ku ;
/min.r63 /min-63ku ;
/min.r64 /min-64ku ;
/min.r65 /min-65ku ;
/min.r66 /min-66ku ;
/min.r67 /min-67ku ;
/min.r68 /min-68ku ;
/min.r69 /min-69ku ;
/min.r6a /min-6aku ;
/min.r6b /min-6bku ;
/min.r6c /min-6cku ;
/min.r6d /min-6dku ;
/min.r6e /min-6eku ;
/min.r6f /min-6fku ;
/min.r70 /min-70ku ;
/min.r71 /min-71ku ;
/min.r72 /min-72ku ;
/min.r73 /min-73ku ;
/min.r74 /min-74ku ;

/goth-21ku (goth-21ku.gsf) ;
/goth-22ku (goth-22ku.gsf) ;
/goth-23ku (goth-23ku.gsf) ;
/goth-24ku (goth-24ku.gsf) ;
/goth-25ku (goth-25ku.gsf) ;
/goth-26ku (goth-26ku.gsf) ;
/goth-27ku (goth-27ku.gsf) ;
/goth-28ku (goth-28ku.gsf) ;
/goth-30ku (goth-30ku.gsf) ;
/goth-31ku (goth-31ku.gsf) ;
/goth-32ku (goth-32ku.gsf) ;
/goth-33ku (goth-33ku.gsf) ;
/goth-34ku (goth-34ku.gsf) ;
/goth-35ku (goth-35ku.gsf) ;
/goth-36ku (goth-36ku.gsf) ;
/goth-37ku (goth-37ku.gsf) ;
/goth-38ku (goth-38ku.gsf) ;
/goth-39ku (goth-39ku.gsf) ;
/goth-3aku (goth-3aku.gsf) ;
/goth-3bku (goth-3bku.gsf) ;
/goth-3cku (goth-3cku.gsf) ;
/goth-3dku (goth-3dku.gsf) ;
/goth-3eku (goth-3eku.gsf) ;
/goth-3fku (goth-3fku.gsf) ;
/goth-40ku (goth-40ku.gsf) ;
/goth-41ku (goth-41ku.gsf) ;
/goth-42ku (goth-42ku.gsf) ;
/goth-43ku (goth-43ku.gsf) ;
/goth-44ku (goth-44ku.gsf) ;
/goth-45ku (goth-45ku.gsf) ;
/goth-46ku (goth-46ku.gsf) ;
/goth-47ku (goth-47ku.gsf) ;
/goth-48ku (goth-48ku.gsf) ;
/goth-49ku (goth-49ku.gsf) ;
/goth-4aku (goth-4aku.gsf) ;
/goth-4bku (goth-4bku.gsf) ;
/goth-4cku (goth-4cku.gsf) ;
/goth-4dku (goth-4dku.gsf) ;
/goth-4eku (goth-4eku.gsf) ;
/goth-4fku (goth-4fku.gsf) ;
/goth-50ku (goth-50ku.gsf) ;
/goth-51ku (goth-51ku.gsf) ;
/goth-52ku (goth-52ku.gsf) ;
/goth-53ku (goth-53ku.gsf) ;
/goth-54ku (goth-54ku.gsf) ;
/goth-55ku (goth-55ku.gsf) ;
/goth-56ku (goth-56ku.gsf) ;
/goth-57ku (goth-57ku.gsf) ;
/goth-58ku (goth-58ku.gsf) ;
/goth-59ku (goth-59ku.gsf) ;
/goth-5aku (goth-5aku.gsf) ;
/goth-5bku (goth-5bku.gsf) ;
/goth-5cku (goth-5cku.gsf) ;
/goth-5dku (goth-5dku.gsf) ;
/goth-5eku (goth-5eku.gsf) ;
/goth-5fku (goth-5fku.gsf) ;
/goth-60ku (goth-60ku.gsf) ;
/goth-61ku (goth-61ku.gsf) ;
/goth-62ku (goth-62ku.gsf) ;
/goth-63ku (goth-63ku.gsf) ;
/goth-64ku (goth-64ku.gsf) ;
/goth-65ku (goth-65ku.gsf) ;
/goth-66ku (goth-66ku.gsf) ;
/goth-67ku (goth-67ku.gsf) ;
/goth-68ku (goth-68ku.gsf) ;
/goth-69ku (goth-69ku.gsf) ;
/goth-6aku (goth-6aku.gsf) ;
/goth-6bku (goth-6bku.gsf) ;
/goth-6cku (goth-6cku.gsf) ;
/goth-6dku (goth-6dku.gsf) ;
/goth-6eku (goth-6eku.gsf) ;
/goth-6fku (goth-6fku.gsf) ;
/goth-70ku (goth-70ku.gsf) ;
/goth-71ku (goth-71ku.gsf) ;
/goth-72ku (goth-72ku.gsf) ;
/goth-73ku (goth-73ku.gsf) ;
/goth-74ku (goth-74ku.gsf) ;

/goth.r21 /goth-21ku ;
/goth.r22 /goth-22ku ;
/goth.r23 /goth-23ku ;
/goth.r24 /goth-24ku ;
/goth.r25 /goth-25ku ;
/goth.r26 /goth-26ku ;
/goth.r27 /goth-27ku ;
/goth.r28 /goth-28ku ;
/goth.r30 /goth-30ku ;
/goth.r31 /goth-31ku ;
/goth.r32 /goth-32ku ;
/goth.r33 /goth-33ku ;
/goth.r34 /goth-34ku ;
/goth.r35 /goth-35ku ;
/goth.r36 /goth-36ku ;
/goth.r37 /goth-37ku ;
/goth.r38 /goth-38ku ;
/goth.r39 /goth-39ku ;
/goth.r3a /goth-3aku ;
/goth.r3b /goth-3bku ;
/goth.r3c /goth-3cku ;
/goth.r3d /goth-3dku ;
/goth.r3e /goth-3eku ;
/goth.r3f /goth-3fku ;
/goth.r40 /goth-40ku ;
/goth.r41 /goth-41ku ;
/goth.r42 /goth-42ku ;
/goth.r43 /goth-43ku ;
/goth.r44 /goth-44ku ;
/goth.r45 /goth-45ku ;
/goth.r46 /goth-46ku ;
/goth.r47 /goth-47ku ;
/goth.r48 /goth-48ku ;
/goth.r49 /goth-49ku ;
/goth.r4a /goth-4aku ;
/goth.r4b /goth-4bku ;
/goth.r4c /goth-4cku ;
/goth.r4d /goth-4dku ;
/goth.r4e /goth-4eku ;
/goth.r4f /goth-4fku ;
/goth.r50 /goth-50ku ;
/goth.r51 /goth-51ku ;
/goth.r52 /goth-52ku ;
/goth.r53 /goth-53ku ;
/goth.r54 /goth-54ku ;
/goth.r55 /goth-55ku ;
/goth.r56 /goth-56ku ;
/goth.r57 /goth-57ku ;
/goth.r58 /goth-58ku ;
/goth.r59 /goth-59ku ;
/goth.r5a /goth-5aku ;
/goth.r5b /goth-5bku ;
/goth.r5c /goth-5cku ;
/goth.r5d /goth-5dku ;
/goth.r5e /goth-5eku ;
/goth.r5f /goth-5fku ;
/goth.r60 /goth-60ku ;
/goth.r61 /goth-61ku ;
/goth.r62 /goth-62ku ;
/goth.r63 /goth-63ku ;
/goth.r64 /goth-64ku ;
/goth.r65 /goth-65ku ;
/goth.r66 /goth-66ku ;
/goth.r67 /goth-67ku ;
/goth.r68 /goth-68ku ;
/goth.r69 /goth-69ku ;
/goth.r6a /goth-6aku ;
/goth.r6b /goth-6bku ;
/goth.r6c /goth-6cku ;
/goth.r6d /goth-6dku ;
/goth.r6e /goth-6eku ;
/goth.r6f /goth-6fku ;
/goth.r70 /goth-70ku ;
/goth.r71 /goth-71ku ;
/goth.r72 /goth-72ku ;
/goth.r73 /goth-73ku ;
/goth.r74 /goth-74ku ;

/min (min.gsf) ;
/min-RKSJ (min.gsf) ;
/min-EUC (min.gsf) ;
/min-V (min.gsf) ;

/Ryumin-Light		/min ;
/Ryumin-Light-H		/min ;
/Ryumin-Light-RKSJ	/min-RKSJ ;
/Ryumin-Light-RKSJ-H	/min-RKSJ ;
/Ryumin-Light-EUC	/min-EUC ;
/Ryumin-Light-EUC-H	/min-EUC ;
/Ryumin-Light-V		/min-V ;

/goth (goth.gsf) ;
/goth-RKSJ (goth.gsf) ;
/goth-EUC (goth.gsf) ;
/goth-V (goth.gsf) ;

/GothicBBB-Medium		/goth ;
/GothicBBB-Medium-H		/goth ;
/GothicBBB-Medium-RKSJ		/goth-RKSJ ;
/GothicBBB-Medium-RKSJ-H	/goth-RKSJ ;
/GothicBBB-Medium-EUC		/goth-EUC ;
/GothicBBB-Medium-EUC-H		/goth-EUC ;
/GothicBBB-Medium-V		/goth-V ;


/GothicBBB-Medium-90ms-RKSJ-H 	/goth-RKSJ ;
/Ryumin-Light-90ms-RKSJ-H	/min-RKSJ ;


% Russian Post Script fonts from Eugeni Demidov (ftp.kapella.gpi.ru)
% ArialCyrMT, CourierCyrPS, TimesCyrMT, ERKurierKOI8-R
/ArialCyrMT				(arial8.pfb)	;
/ArialCyrMT-Bold			(arialbd8.pfb)	;
/ArialCyrMT-Italic			(ariali8.pfb)	;
/ArialCyrMT-BoldItalic			(arialbi8.pfb)	;
							;
/CourierCyrPS				(cour8.pfb)	;
/CourierCyrPS-Bold			(courbd8.pfb)	;
/CourierCyrPS-Inclined			(couri8.pfb)	;
/CourierCyrPS-BoldInclined		(courbi8.pfb)	;
							;
/TimesNRCyrMT				(times8.pfb)	;
/TimesNRCyrMT-Bold			(timesbd8.pfb)	;
/TimesNRCyrMT-Inclined			(timesi8.pfb)	;
/TimesNRCyrMT-BoldInclined		(timesbi8.pfb)	;
							;
/ERKurierKOI8RRegular			(cokoi8n.pfb)	;
/ERKurierKOI8RBold			(cokoi8b.pfb)	;
/ERKurierKOI8RItalic			(cokoi8i.pfb)	;
/ERKurierKOI8RBoldItalic 		(cokoi8bi.pfb)	;

% 
% ????????? ??? ?? ?????? Fontmap ??? ????????? ???? ??????????? /hellas/Type1 ??? Graphis
% ??? ??????? ?? ?? ?????????? ??? Ghostsvript
%

% Elot greek fonts									;%xfntgr-ghost
%											;%xfntgr-ghost
% by GRAPHIS Project  http://graphis.webjump.com					;%xfntgr-ghost
%											;%xfntgr-ghost
%Greek Arial										;%xfntgr-ghost
/GreekArialPlain		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkarip.pfb)	;%xfntgr-ghost
/GreekArialBold			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkarib.pfb)	;%xfntgr-ghost
/GreekArialItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkarii.pfb)	;%xfntgr-ghost
/GreekArialBoldItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkaribi.pfb)	;%xfntgr-ghost
/Greek-Arial-Plain		/GreekArialPlain 					;%xfntgr-ghost
/Greek-Arial-Bold		/GreekArialBold 					;%xfntgr-ghost
/Greek-Arial-Italic		/GreekArialItalic 					;%xfntgr-ghost
/Greek-Arial-Bold-Italic	/GreekArialBoldItalic 					;%xfntgr-ghost
%											;%xfntgr-ghost
%Greek Times										;%xfntgr-ghost
/GreekTimesPlain		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grktimp.pfb)	;%xfntgr-ghost
/GreekTimesBold			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grktimb.pfb)	;%xfntgr-ghost
/GreekTimesItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grktimi.pfb)	;%xfntgr-ghost
/GreekTimesBoldItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grktimbi.pfb)	;%xfntgr-ghost
/Greek-Times-Plain		/GreekTimesPlain 					;%xfntgr-ghost
/Greek-Times-Bold		/GreekTimesBold 					;%xfntgr-ghost
/Greek-Times-Italic		/GreekTimesItalic 					;%xfntgr-ghost
/Greek-Times-Bold-Italic	/GreekTimesBoldItalic 					;%xfntgr-ghost
%											;%xfntgr-ghost
%Greek Courier										;%xfntgr-ghost
/GreekCourierPlain		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkcurp.pfb)	;%xfntgr-ghost
/GreekCourierBold		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkcurb.pfb)	;%xfntgr-ghost
/GreekCourierItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkcuri.pfb)	;%xfntgr-ghost
/GreekCourierBoldItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkcurbi.pfb)	;%xfntgr-ghost
/Greek-Courier-Plain		/GreekCourierPlain 					;%xfntgr-ghost
/Greek-Courier-Bold		/GreekCourierBold 					;%xfntgr-ghost
/Greek-Courier-Italic		/GreekCourierItalic 					;%xfntgr-ghost
/Greek-Courier-Bold-Italic	/GreekCourierBoldItalic 				;%xfntgr-ghost
%											;%xfntgr-ghost
% Polytoniko Greek fonts								;%xfntgr-ghost
/GreekPolyTimesPlain		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkpolp.pfb)	;%xfntgr-ghost
/GreekPolyTimesItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grkpoli.pfb)	;%xfntgr-ghost
/Greek-Poly-Times-Plain		/GreekPolyTimesPlain 					;%xfntgr-ghost
/Greek-Poly-Times-Italic	/GreekPolyTimesItalic 					;%xfntgr-ghost
%											;%xfntgr-ghost
%Ismini ancient greek font								;%xfntgr-ghost
/Ismini_Regular			(/usr/X11R6/lib/X11/fonts/hellas/Type1/ismini.pfb)	;%xfntgr-ghost
%											;%xfntgr-ghost
%Graphis Arial										;%xfntgr-ghost
/GRArial-Bold			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grarb.pfb) 	;%xfntgr-ghost
/GRArial-BoldItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grarbit.pfb) 	;%xfntgr-ghost
/GRArial-Normal			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grarial.pfb) 	;%xfntgr-ghost
/GRArial-Italic			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grarit.pfb) 	;%xfntgr-ghost
%											;%xfntgr-ghost
%Graphis Arial										;%xfntgr-ghost
/GRTimes-Bold			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grtimb.pfb)	;%xfntgr-ghost
/GRTimes-BoldItalic		(/usr/X11R6/lib/X11/fonts/hellas/Type1/grtimbi.pfb)	;%xfntgr-ghost
/GRTimes-Normal			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grtimes.pfb)	;%xfntgr-ghost
/GRTimes-Italic			(/usr/X11R6/lib/X11/fonts/hellas/Type1/grtimi.pfb)	;%xfntgr-ghost


% Aliases
Courier-Plain		/GreekCourierPlain 					;%xfntgr-ghost
Courier-Bold		/GreekCourierBold 					;%xfntgr-ghost
Courier-Italic		/GreekCourierItalic 					;%xfntgr-ghost
Courier-Bold-Italic	/GreekCourierBoldItalic 				;%xfntgr-ghost


/Helvetica-Plain	/GreekArialPlain 					;%xfntgr-ghost
/Helvetica-Bold		/GreekArialBold 					;%xfntgr-ghost
/Helvetica-Italic	/GreekArialItalic 					;%xfntgr-ghost
/Helvetica-Bold-Italic	/GreekArialBoldItalic 					;%xfntgr-ghost

									
/Times-Bold		/GRTimes-Bold		
/Times-BoldItalic	/GRTimes-BoldItalic	
/Times-Normal		/GRTimes-Normal		
/Times-Italic		/GRTimes-Italic


/Arial-Plain		/GreekArialPlain 					;%xfntgr-ghost
/Arial-Bold		/GreekArialBold 					;%xfntgr-ghost
/Arial-Italic		/GreekArialItalic 					;%xfntgr-ghost
/Arial-Bold-Italic	/GreekArialBoldItalic 					;%xfntgr-ghost










More information about the Linux-greek-users mailing list