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

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Sun May 8 14:12:06 CEST 2022


Author: pavel
Date: 2022-05-08 12:12:06 +0000 (Sun, 08 May 2022)
New Revision: 104

Modified:
   trunk/gentium/source/fonts/gentium-tug/gentium.rb
Log:
use GentiumPlus instead of deleted GentiumBasic in *.fd

Modified: trunk/gentium/source/fonts/gentium-tug/gentium.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-07 13:31:34 UTC (rev 103)
+++ trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-08 12:12:06 UTC (rev 104)
@@ -296,8 +296,8 @@
 			file.puts declare_font_shape("m", "n",  "plus-regular")
 			file.puts declare_font_shape("m", "it", "plus-italic")
 			if has_bold? then
-				file.puts declare_font_shape("b", "n",  "basic-bold")
-				file.puts declare_font_shape("b", "it", "basic-bolditalic")
+				file.puts declare_font_shape("b", "n",  "plus-bold")
+				file.puts declare_font_shape("b", "it", "plus-bolditalic")
 				# TODO: set the correct tfm names in the following two lines
 				if has_smallcaps? then
 					file.puts declare_font_shape("m", "sc",   "plus-regular-sc")



More information about the gentium-commits mailing list.