[Bug 547532] freetype with the bytecode interpreter enabled falls back to no hinting instead of autohinting when no hinting bytecode is available

2009-12-21 Thread bugzilla
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=547532


James Cloos cl...@jhcloos.com changed:

   What|Removed |Added

 CC||cl...@jhcloos.com




--- Comment #12 from James Cloos cl...@jhcloos.com  2009-12-21 18:18:10 EDT 
---
Suitable fontconfig scripts can help here.

I use these two scripts to force the autofitter for non-glyf fonts (there is an
open rfe for freetype to replace the type1/cff hinting module with one which
uses the autofit module, but taking advantage of the type1/cff hints; this
would be an excellent project for anyone who wants to delve into font
rasterization techniques) and to set the filtering to match the chosen hinting
option.

Combined with fc code akin to:

!-- cut here --
 match target=font
   test name=family
 stringVL Gothic/string
   /test
   edit name=autohint mode=assign
 booltrue/bool
   /edit
 /match
!-- and here --

one can force the autofitter for some glyf fonts and use the bci for others.

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 547532] freetype with the bytecode interpreter enabled falls back to no hinting instead of autohinting when no hinting bytecode is available

2009-12-21 Thread bugzilla
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=547532





--- Comment #13 from James Cloos cl...@jhcloos.com  2009-12-21 18:23:09 EDT 
---
Created an attachment (id=379733)
 -- (https://bugzilla.redhat.com/attachment.cgi?id=379733)
Fontconfig conf file to set hintstyle based on each font’s format

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

[Bug 547532] freetype with the bytecode interpreter enabled falls back to no hinting instead of autohinting when no hinting bytecode is available

2009-12-21 Thread bugzilla
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=547532





--- Comment #14 from James Cloos cl...@jhcloos.com  2009-12-21 18:25:27 EDT 
---
Created an attachment (id=379737)
 -- (https://bugzilla.redhat.com/attachment.cgi?id=379737)
Fontconfig conf file to set LCD filter based on each font’s format and
hintstyle

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

[Bug 547532] freetype with the bytecode interpreter enabled falls back to no hinting instead of autohinting when no hinting bytecode is available

2009-12-21 Thread bugzilla
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=547532





--- Comment #15 from James Cloos cl...@jhcloos.com  2009-12-21 18:28:55 EDT 
---
Forgot to say:

I’d be optimistic that a patch for freetype, which enabled the autofit module
for glyphs of an SFNT/glyf font which lack instructions, would get accepted,
provided it matched ft’s coding style.

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

[Bug 547532] freetype with the bytecode interpreter enabled falls back to no hinting instead of autohinting when no hinting bytecode is available

2009-12-15 Thread bugzilla
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=547532





--- Comment #10 from Nicolas Mailhot nicolas.mail...@laposte.net  2009-12-15 
10:44:07 EDT ---
There are also the problems of:
1. the many partially hinted fonts that exist : the bytecode interpreter should
be used for hinted glyphs, and the autohinter for others, preferably at a
setting consistent with whet the bytecode interpreter does
2. the way bytecode interracts with fontconfig/gnome smoothing preferences:
with bytecode on, you need to change the gnome prefs to get the closest
approximation of the previous settings. It does not autoset the closest one
itself (this is going to annoy a lot of users)

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 547532] freetype with the bytecode interpreter enabled falls back to no hinting instead of autohinting when no hinting bytecode is available

2009-12-15 Thread bugzilla
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=547532





--- Comment #11 from Matthew Miller mat...@mattdm.org  2009-12-15 10:49:02 
EDT ---
The second part of 1 from comment #10 sounds a bit hard.

It's okay to leave it on for rawhide, but we should have a plan to revert if
the upstream fixes can't be in place in time.

-- 
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.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list