[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-34-gcf8c788

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Mar 13 05:37:15 UTC 2023


The branch, master has been updated
       via  cf8c78800d22958ecb59f3f68d0bd700b6b6d0fa (commit)
      from  9c64994692da663e7599e1f34f27d0ef4dccbdb2 (commit)

Summary of changes:
 patches/pango/01-disable-dwrite-hinting.patch | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 patches/pango/01-disable-dwrite-hinting.patch


- Log -----------------------------------------------------------------
commit cf8c78800d22958ecb59f3f68d0bd700b6b6d0fa
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Mar 12 20:02:39 2023 -0700

    Disable dwrite font hinting in pango

diff --git a/patches/pango/01-disable-dwrite-hinting.patch b/patches/pango/01-disable-dwrite-hinting.patch
new file mode 100644
index 0000000..9d805d3
--- /dev/null
+++ b/patches/pango/01-disable-dwrite-hinting.patch
@@ -0,0 +1,14 @@
+diff --git a/pango/pangowin32.c b/pango/pangowin32.c
+index 7b6325a5..a7b6d444 100644
+--- a/pango/pangowin32.c
++++ b/pango/pangowin32.c
+@@ -675,7 +675,8 @@ pango_win32_font_is_hinted (PangoFont *font)
+ {
+   g_return_val_if_fail (PANGO_WIN32_IS_FONT (font), FALSE);
+ 
+-  return PANGO_WIN32_FONT (font)->is_hinted;
++  //return PANGO_WIN32_FONT (font)->is_hinted;
++  return FALSE;
+ }
+ 
+ /**

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list