Comment #12 on issue 2657 by [email protected]: font kerning on Windows is broken
http://code.google.com/p/lilypond/issues/detail?id=2657

That looks correct to me.  Werner, here's a patch I would suggest:

diff --git a/modules/basic/basic-win32.c b/modules/basic/basic-win32.c
index 0ae7885..34c6c52 100644
--- a/modules/basic/basic-win32.c
+++ b/modules/basic/basic-win32.c
@@ -693,6 +693,8 @@ text_is_simple (const char *text,
   wchar_t *wtext;
   long wlen;

+  return FALSE;
+


However, as was pointed out, building pangowin32 is a nontrivial task. Perhaps you should file a pango bug, assign the component to win32, and request this change, such that our win32 developer will try it or something.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to