groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: [gropdf]: slanting lowercase greek characters.


From: Deri James
Subject: [groff] 01/01: [gropdf]: slanting lowercase greek characters.
Date: Thu, 28 Jul 2022 08:49:46 -0400 (EDT)

deri pushed a commit to branch master
in repository groff.

commit d58625a25f2c1732b863d64a259d04a4e61c829d
Author: Deri James <deri@chuzzlewit.myzen.co.uk>
AuthorDate: Thu Jul 28 13:48:53 2022 +0100

    [gropdf]: slanting lowercase greek characters.
    
    * tmac/pdf.tmac: to prevent gropdf from slanting all lowercase
    greek characters only slant if the glyph is sourced from a
    special font, not if the regular font contains greek glyphs.
---
 ChangeLog     | 9 +++++++++
 tmac/pdf.tmac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7b8a5095..cc545ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-07-28  Deri James  <deri@chuzzlewit.myzen.co.uk>
+
+       [gropdf]: slanting lowercase greek characters. See
+       https://lists.gnu.org/archive/html/groff/2022-07/msg00210.html
+
+       * tmac/pdf.tmac: to prevent gropdf from slanting all lowercase
+       greek characters only slant if the glyp is sourced from a
+       special font, not if the regular font contains greek glyphs.
+
 2022-07-23  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * m4/groff.m4 (GROFF_PAGE): Use 'grep -q' instead of redirecting
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index ea58bf42..2f78676a 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -34,7 +34,7 @@ am solely responsible for any bugs I may have introduced into 
this file.
 .mso ps.tmac
 .
 .de pdf:SS
-.      char \\$1 \\S'16'\\$1\\S'0'
+.      fchar \\$1 \\S'16'\\$1\\S'0'
 ..
 .pdf:SS \[+h]
 .pdf:SS \[ts]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]