[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Bug 368561] ligature-related font rendering bug with 'ff' and 'fi'
- From: bugzilla redhat com
- To: fedora-fonts-bugs-list redhat com
- Subject: [Bug 368561] ligature-related font rendering bug with 'ff' and 'fi'
- Date: Fri, 5 Dec 2008 16:13:45 -0500
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=368561
--- Comment #42 from Behdad Esfahbod <besfahbo redhat com> 2008-12-05 16:13:44 EDT ---
Took me 2min to fix the bug:
diff -u -p -d -r1.65 aflatin.c
--- src/autofit/aflatin.c 7 Jul 2007 07:30:39 -0000 1.65
+++ src/autofit/aflatin.c 5 Dec 2008 21:12:08 -0000
@@ -2144,6 +2144,7 @@
{ 0x20A0, 0x20CF }, /* Currency Symbols */
{ 0x2150, 0x218F }, /* Number Forms */
{ 0x2460, 0x24FF }, /* Enclosed Alphanumerics */
+ { 0xFB00, 0xFB06 }, /* Latin Ligatures */
{ 0 , 0 }
};
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]