[gentium-commits] [SCM] gentium updated: r16 - trunk/gentium/source/fonts/gentium-tug

mojca at gnu.org.ua mojca at gnu.org.ua
Sun May 3 09:43:05 CEST 2015


Author: mojca
Date: 2015-05-03 10:43:04 +0300 (Sun, 03 May 2015)
New Revision: 16

Modified:
   trunk/gentium/source/fonts/gentium-tug/gentium.rb
Log:
source/gentium.rb: smallcaps now uses .sc, not .SC any longer

Modified: trunk/gentium/source/fonts/gentium-tug/gentium.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/gentium.rb	2015-04-23 22:29:19 UTC (rev 15)
+++ trunk/gentium/source/fonts/gentium-tug/gentium.rb	2015-05-03 07:43:04 UTC (rev 16)
@@ -243,12 +243,12 @@
 				file_enc_new.puts line.gsub(/Encoding/, "scEncoding")
 			elsif line =~ /^\/([^\s%]*)/ then
 				name = $1
-				name_sc = "#{name}.SC"
+				name_sc = "#{name}.sc"
 				if not font.glyph_names[name] then
 					puts "Warning: glyph '#{name}' in in encoding '#{@name}' doesn't exist."
 				end
 				if name == "uni0237" then
-					name_sc = "j.SC"
+					name_sc = "j.sc"
 				end
 				if font.glyph_names[name_sc] then
 					file_enc_new.puts "/#{name_sc}"



More information about the gentium-commits mailing list