Changes between Version 8 and Version 9 of WebKitGTKFonts
- Timestamp:
- Oct 21, 2010, 4:45:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTKFonts
v8 v9 28 28 2. '''Remove the Pango backend''' Maintaining the Pango backend is a serious support burden and since we'll be using HarfBuzz to do layout and shaping, is very redundant. For GTK+ ports that do not want to depend on Fontconfig, there is the option of using native Win32 font selection. The WinCairo port is already using this. 29 29 30 = F ontBugs =30 = FreeType/Fontconfig Font Backend Bugs = 31 31 A collection of font-related bugs from Bugzilla: 32 32 33 33 * [https://bugs.webkit.org/show_bug.cgi?id=26741 Share complex text support with Chromium Linux] (the switch to HarfBuzz) 34 34 * [https://bugs.webkit.org/show_bug.cgi?id=30532 Wrong font size calculated on google.com] (likely an Epiphany bug) 35 * [https://bugs.webkit.org/show_bug.cgi?id=20783 (GTK) @font-face fonts do not have complex text support] 35 36 36 37 These two may well be related. They both deal with fallback CJK fonts: 37 38 * [https://bugs.webkit.org/show_bug.cgi?id=37984 WebKit freetype backend doesn't support "locl" tables] 38 39 * [https://bugs.webkit.org/show_bug.cgi?id=26003 Has inconsistent font selection behavior compared with other GTK2 apps] 39 40 These have patches pending review:41 * [https://bugs.webkit.org/show_bug.cgi?id=33299 CSS font-style: italic behavior]42 * [https://bugs.webkit.org/show_bug.cgi?id=41091 (GTK) Complex text rendering does not render custom fonts]43 44 Possibly fixed:45 * [https://bugs.webkit.org/show_bug.cgi?id=42400 TypeKit (web) fonts not rendered]46 47 40 48 41 == Pango backend bugs ==