rpms/fonts-korean/devel FAPIcidfmap.ko, NONE, 1.1 fonts-korean.spec, 1.6, 1.7 CIDFnmap.ko, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 14 07:12:27 UTC 2005


Author: tagoh

Update of /cvs/dist/rpms/fonts-korean/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11482

Modified Files:
	fonts-korean.spec 
Added Files:
	FAPIcidfmap.ko 
Removed Files:
	CIDFnmap.ko 
Log Message:
* Thu Jul 14 2005 Akira TAGOH <tagoh at redhat.com> - 1.0.11-5
- use FAPIcidfmap instead of CIDFnmap for gs8.


--- NEW FILE FAPIcidfmap.ko ---
%!
% The map is a set of records like this :
%
%  /CIDfont_name options_dict ;
%
% where options_dict is a dictionary with the following entries :
%
% Key         Type      Description
% Path        string    Absolute path to font file, or relative path to font file from
%                       the GS_EXTFONTPATH value.
% CIDFontType integer   PostScript type for this CID font. Only 0 is currently allowed.
%                       Note that this is unrelated to the real type of the font file -
%                       the bridge will perform format conversion.
% FAPI        name      Name of the renderer to be used with the font. /AgfaUFST and
%                       /FreeType is now allowed -- depends on which options Ghostscript
%                       was built with.
% SubfontId   integer   (optional) Index of the font in font collection, such as FCO or TTC.
%                       It is being ignored if /Path doesn't specify a collection.
% CSI         array     Must have strongly 2 elements.
%                       The first element of the array specifies Ordering of CIDSystemInfo.
%                       The second element specifies Supplement of CIDSystemInfo.
%
% Use regular Postscript syntax.
%
/Baekmuk-Batang		<< /Path (/usr/share/fonts/korean/TrueType/batang.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
/Baekmuk-Dotum		<< /Path (/usr/share/fonts/korean/TrueType/dotum.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
/Baekmuk-Gulim		<< /Path (/usr/share/fonts/korean/TrueType/gulim.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
/Baekmuk-Headline	<< /Path (/usr/share/fonts/korean/TrueType/hline.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
%
/Baekmuk-Batang-Regular		<< /Path (/usr/share/fonts/korean/TrueType/batang.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
/Baekmuk-Dotum-Regular		<< /Path (/usr/share/fonts/korean/TrueType/dotum.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
/Baekmuk-Gulim-Regular		<< /Path (/usr/share/fonts/korean/TrueType/gulim.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
/Baekmuk-Headline-Regular	<< /Path (/usr/share/fonts/korean/TrueType/hline.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;
%
/Adobe-Korea1		<< /Path (/usr/share/fonts/korean/TrueType/batang.ttf) /CIDFontType 0 /FAPI /FreeType /CSI [(Korea1) 2] >> ;


Index: fonts-korean.spec
===================================================================
RCS file: /cvs/dist/rpms/fonts-korean/devel/fonts-korean.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fonts-korean.spec	20 Apr 2005 03:59:02 -0000	1.6
+++ fonts-korean.spec	14 Jul 2005 07:12:24 -0000	1.7
@@ -7,7 +7,7 @@
 
 Name:		fonts-korean
 Version:	1.0.11
-Release:	4
+Release:	5
 License:	Distributable
 Group:		User Interface/X
 BuildArch:	noarch
@@ -17,7 +17,7 @@
 Source0:        ftp://ftp.mizi.com/pub/baekmuk/baekmuk-ttf-2.1.tar.gz
 Source1:        ftp://ftp.mizi.com/pub/baekmuk/baekmuk-doc-2.1.tar.gz
 Source2:        baekmuk-2.1.tar.gz
-Source3:	CIDFnmap.ko
+Source3:	FAPIcidfmap.ko
 
 
 Summary:	Free Korean Bitmap/TrueType fonts
@@ -105,10 +105,13 @@
 %ghost %verify(not md5 size mtime) %{bmpfontdir}/fonts.cache-1
 %ghost %verify(not md5 size mtime) %{bmpfontdir}/fonts.dir
 %ghost %verify(not md5 size mtime) %{bmpfontdir}/encodings.dir
-%{cidmapdir}/CIDFnmap.ko
+%{cidmapdir}/FAPIcidfmap.ko
 
 
 %changelog
+* Thu Jul 14 2005 Akira TAGOH <tagoh at redhat.com> - 1.0.11-5
+- use FAPIcidfmap instead of CIDFnmap for gs8.
+
 * Wed Apr 20 2005 Akira TAGOH <tagoh at redhat.com> - 1.0.11-4
 - Updated the font path in CIDFnmap,ko (John Thacker, #155405)
 


--- CIDFnmap.ko DELETED ---




More information about the fedora-cvs-commits mailing list