[gentium-commits] [SCM] gentium updated: r135 - in trunk/gentium: fonts/map/dvips/gentium-tu [more]

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Mon May 16 18:49:52 CEST 2022


Author: pavel
Date: 2022-05-16 16:49:51 +0000 (Mon, 16 May 2022)
New Revision: 135

Added:
   trunk/gentium/fonts/map/dvips/gentium-tug/gentiumplus-type1.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-agr.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-ec.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-l7x.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-lgr.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-ot1.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-qx.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-t2a.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-t2b.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-t2c.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-t5.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-texnansi.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-truetype.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-ts1.map
   trunk/gentium/fonts/map/pdftex/gentium-tug/gentiumplus-x2.map
Modified:
   trunk/gentium/source/fonts/gentium-tug/gentium.rb
Log:
generate gentiumplus-*.map files

- changed the script to generate new names
- files generated and committed


Modified: trunk/gentium/source/fonts/gentium-tug/gentium.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-16 16:40:24 UTC (rev 134)
+++ trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-16 16:49:51 UTC (rev 135)
@@ -418,8 +418,8 @@
 		end
 
 		# write map files into files
-		map_file_type1 = File.open(File.join($path_map,     "gentium-type1.map"   ), 'w')
-		map_file_ttf   = File.open(File.join($path_map_ttf, "gentium-truetype.map"), 'w')
+		map_file_type1 = File.open(File.join($path_map,     "gentiumplus-type1.map"   ), 'w')
+		map_file_ttf   = File.open(File.join($path_map_ttf, "gentiumplus-truetype.map"), 'w')
 		self.sort.map do |k,encoding|
 			# map file for Type1
 			map_lines_type1[encoding.name].each do |line|
@@ -432,7 +432,7 @@
 			# map file for TrueType for a single encoding (for ConTeXt)
 			# if encoding.is_used_in_context? then
 			if true then
-				File.open(File.join($path_map_ttf, "gentium-#{encoding.name}.map"), 'w') do |map_file_enc|
+				File.open(File.join($path_map_ttf, "gentiumplus-#{encoding.name}.map"), 'w') do |map_file_enc|
 					map_lines_ttf[encoding.name].each do |line|
 						map_file_enc.puts line
 					end



More information about the gentium-commits mailing list.