deri pushed a commit to branch master
in repository groff.

commit d58625a25f2c1732b863d64a259d04a4e61c829d
Author: Deri James <[email protected]>
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  <[email protected]>
+
+       [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 <[email protected]>
 
        * 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]

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to