[gentium-commits] [SCM] gentium updated: r154 - trunk/gentium/source/fonts/gentium-tug
Pavel Farar
INVALID.NOREPLY at gnu.org.ua
Fri May 27 22:10:30 CEST 2022
Author: pavel
Date: 2022-05-27 20:10:30 +0000 (Fri, 27 May 2022)
New Revision: 154
Modified:
trunk/gentium/source/fonts/gentium-tug/gentium.rb
Log:
add more font substitutions
- add more font substitutions for additional weights (just to be
consistent); probably not necessary
- not added for semi light (it might be for condensed or semi
condensed width), but probably not critical
- must regenerate *.fd files (in virtual machine with old Ruby)
Modified: trunk/gentium/source/fonts/gentium-tug/gentium.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/gentium.rb 2022-05-27 11:00:14 UTC (rev 153)
+++ trunk/gentium/source/fonts/gentium-tug/gentium.rb 2022-05-27 20:10:30 UTC (rev 154)
@@ -327,6 +327,9 @@
file.puts declare_font_shape_sub("bx", "n", "b", "n")
# substitutions for additional weights
file.puts declare_font_shape_sub("sb", "sl", "sb", "it")
+ file.puts declare_font_shape_sub("sbx", "sl", "sb", "it")
+ file.puts declare_font_shape_sub("sbx", "it", "sb", "it")
+ file.puts declare_font_shape_sub("sbx", "n", "sb", "n")
file.puts declare_font_shape_sub("eb", "sl", "eb", "it")
file.puts declare_font_shape_sub("ebx", "sl", "eb", "it")
file.puts declare_font_shape_sub("ebx", "it", "eb", "it")
More information about the gentium-commits
mailing list.