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

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


Author: pavel
Date: 2022-05-08 12:55:43 +0000 (Sun, 08 May 2022)
New Revision: 105

Modified:
   trunk/gentium/source/fonts/gentium-tug/gentium.rb
Log:
use bold weight in all *.fd files

Modified: trunk/gentium/source/fonts/gentium-tug/gentium.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-08 12:12:06 UTC (rev 104)
+++ trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-08 12:55:43 UTC (rev 105)
@@ -229,7 +229,8 @@
 		end
 	end
 	def has_bold?
-		return @supported_by_basic_family
+		# TODO: (Pavel) All fonts have bold weight. Refactor out the tests for bold.
+		return true
 	end
 	def has_smallcaps?
 		if ["ts1", "agr", "lgr"].include?(@name) then



More information about the gentium-commits mailing list.