bugzilla | 1 Jan 2011 05:10
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

--- Comment #9 from Koan-Sin Tan <koansin.tan@...>  2010-12-31
20:10:46 PST ---
Created an attachment (id=77736)
 --> (https://bugs.webkit.org/attachment.cgi?id=77736&action=review)
roposed patch

use 'locl' table, if current locale (and corresponding language and script in the font) has it

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

bugzilla | 1 Jan 2011 06:35
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

Koan-Sin Tan <koansin.tan@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77736|0                           |1
        is obsolete|                            |

--- Comment #10 from Koan-Sin Tan <koansin.tan@...> 
2010-12-31 21:35:12 PST ---
Created an attachment (id=77739)
 --> (https://bugs.webkit.org/attachment.cgi?id=77739&action=review)
proposed patch

if there is no FcPattern, that is, it's CustomFont, should return early

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

bugzilla | 3 Jan 2011 10:03
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

Koan-Sin Tan <koansin.tan@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77739|0                           |1
        is obsolete|                            |

--- Comment #11 from Koan-Sin Tan <koansin.tan@...> 
2011-01-03 01:03:39 PST ---
Created an attachment (id=77796)
 --> (https://bugs.webkit.org/attachment.cgi?id=77796&action=review)
proposed patch

use FT_Face->family instead of FcPattern, so that we can handle both FontPlatformData and CustomFont now

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

regina | 3 Jan 2011 15:26
Favicon

[Issue 36535] Impossible to enter non italic greek characters

To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36535

User regina changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'fedorafonts,ih,troodon'  |'fedorafonts,ih,regina,tro
                        |                          |odon'
--------------------------------------------------------------------------------
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------

------- Additional comments from regina@... Mon Jan  3 14:26:21
+0000 2011 -------
In OOo3.3 two Greek symbol sets are available, one for regular characters and
one for italic character.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

(Continue reading)

bugzilla | 3 Jan 2011 18:06
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

--- Comment #12 from Martin Robinson <mrobinson@...> 
2011-01-03 09:06:55 PST ---
(From update of attachment 77796)
View in context: https://bugs.webkit.org/attachment.cgi?id=77796&action=review

> WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp:67
> +    PangoFontDescription* pangoDescription = pango_font_description_from_string(face->family_name);
> +    if (!pangoDescription)
> +        return false;
> +

I'm pretty sure this won't work with custom fonts, since IIUC Pango just does a Fontconfig lookup. It makes
more sense to bail out for fonts with no FcPattern.

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

bugzilla | 4 Jan 2011 02:31
Picon
Favicon

[Bug 634039] encodings in /usr/share/X11/fonts/encodings/large are not read by X server

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=634039

--- Comment #22 from Peter Hutterer <peter.hutterer@...>
2011-01-03 20:31:43 EST ---
(In reply to comment #20)
> If I install xorg-x11-fonts-misc-7.2-12.fc14.noarch, the problem appears fixed,
> though. Should this be a dependency?

only some fonts update the encodings directory. misc is one of them, ISO8859-1
isn't for some reason. so if you don't have one of the fonts installed that 
update the encodings dir, nothing happens when you update. not sure what the
proper behaviour should be. (note that I mostly operate blind here, haven't
done much with the font package for fonts in general)

--

-- 
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.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

bugzilla | 4 Jan 2011 11:40
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

--- Comment #13 from Koan-Sin Tan <koansin.tan@...> 
2011-01-04 02:40:33 PST ---
(In reply to comment #12)
> (From update of attachment 77796 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=77796&action=review
> 
> > WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp:67
> > +    PangoFontDescription* pangoDescription = pango_font_description_from_string(face->family_name);
> > +    if (!pangoDescription)
> > +        return false;
> > +
> 
> I'm pretty sure this won't work with custom fonts, since IIUC Pango just does a Fontconfig lookup. It makes
more sense to bail out for fonts with no FcPattern.

As we discussed on IRC, I tried [1] on Ubuntu. It worked like what on my Mac.
I read a little bit Pango source code. It seems to me that there is no way to create PangoFont or PangoFcFont
from FT_Face without adding new API to Pango.
And the reason why my code works is that Pango can use FreeType without using FontConfig. The PangoFcFont is
kinda misnomer, I think. PangoFcFont is can be Xft font, FreeType Font, or FontConfig+FreeType font

[1] http://freebsd.csie.nctu.edu.tw/~freedom/webkitgtk-test/serb.html

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
(Continue reading)

bugzilla | 5 Jan 2011 15:13
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

--- Comment #14 from Koan-Sin Tan <koansin.tan@...> 
2011-01-05 06:13:38 PST ---
Created an attachment (id=77994)
 --> (https://bugs.webkit.org/attachment.cgi?id=77994&action=review)
test case to show why we should lang attribute

a test case to show why we should lang attribute. See this with FireFox 4.0 beta

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

bugzilla | 5 Jan 2011 15:16
Favicon

[Bug 37984] WebKit freetype backend doesn't support "locl" tables

https://bugs.webkit.org/show_bug.cgi?id=37984

--- Comment #15 from Koan-Sin Tan <koansin.tan@...> 
2011-01-05 06:16:41 PST ---
Created an attachment (id=77997)
 --> (https://bugs.webkit.org/attachment.cgi?id=77997&action=review)
screenshot of the lang attribute test case in ff 4.0 beta 8

--

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

bugzilla | 6 Jan 2011 09:37
Picon
Favicon

[Bug 659214] Don't have U+040D (and U+0400) needed for Bulgarian language

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=659214

Mitaka <mitakataka@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|rawhide                     |1

--

-- 
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.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@...
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/


Gmane