[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.1-1-22-gb9edc23

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


The branch, gtk2 has been updated
       via  b9edc23611b409e189d722f823a44dc22db29660 (commit)
      from  06f2939e387a84277cc85b66f1c514dffe93428c (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 b9edc23611b409e189d722f823a44dc22db29660
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