diff options
author | Deri James <deri@chuzzlewit.myzen.co.uk> | 2022-07-28 13:48:53 +0100 |
---|---|---|
committer | Deri James <deri@chuzzlewit.myzen.co.uk> | 2022-07-28 13:48:53 +0100 |
commit | d58625a25f2c1732b863d64a259d04a4e61c829d (patch) | |
tree | 6a670bb9167e5bb6911418741ef29b27a821cf80 | |
parent | 256e61ffc66380066a8afcc99391a959de50b555 (diff) | |
download | groff-git-d58625a25f2c1732b863d64a259d04a4e61c829d.tar.gz |
[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.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | tmac/pdf.tmac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 ea58bf427..2f78676a9 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] |