X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=afmlib%2Fafm.c;h=a9925eddc71d2c1fe585b4edf7f560823ea76c8b;hp=4c0fde28ae20413001b183d16c92b3572329a46b;hb=refs%2Ftags%2Fv1.7.rc;hpb=cee050d75d296ea9420e3885fddaae2d43f2521c diff --git a/afmlib/afm.c b/afmlib/afm.c index 4c0fde2..a9925ed 100644 --- a/afmlib/afm.c +++ b/afmlib/afm.c @@ -6,20 +6,18 @@ */ /* - * This program is free software; you can redistribute it and/or modify + * Enscript 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, or (at your option) - * any later version. + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * Enscript is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without 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; see the file COPYING. If not, write to - * the Free Software Foundation, 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * along with Enscript. If not, see . */ #include "afmint.h" @@ -649,6 +647,10 @@ afm_font_encoding (AFMFont font, AFMEncoding enc, unsigned int flags) apply_encoding (font, afm_885910_encoding, flags); break; + case AFM_ENCODING_ISO_8859_15: + apply_encoding (font, afm_885915_encoding, flags); + break; + case AFM_ENCODING_IBMPC: apply_encoding (font, afm_ibmpc_encoding, flags); break;