FS#4794 - bytecode AA cannot be enabled
Attached to Project:
Arch Linux
Opened by name withheld (Gullible Jones) - Friday, 09 June 2006, 11:00 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 09 June 2006, 11:40 GMT
Opened by name withheld (Gullible Jones) - Friday, 09 June 2006, 11:00 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 09 June 2006, 11:40 GMT
|
Details
I have explicitly enabled bytecode AA by linking this:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- debian/autohint.conf --> <fontconfig> <!-- Don't use the Autohinter --> <match target="font"> <edit name="autohint" mode="assign"><bool>false</bool></edit> </match> </fontconfig> to /etc/fonts/conf.d/5-hinting.conf, as indicated on the Gentoo wiki. However, bytecode AA is still not used, much to my annoyance. It looks as though the new version of fontconfig is not compiled with bytecode AA enabled. |
This task depends upon
Closed by Jan de Groot (JGC)
Monday, 19 June 2006, 20:46 GMT
Reason for closing: Duplicate
Additional comments about closing: see bug 4713 , something freaky is going on with freetype2 2.2.1.
Monday, 19 June 2006, 20:46 GMT
Reason for closing: Duplicate
Additional comments about closing: see
Comment by
name withheld (Gullible Jones) -
Friday, 09 June 2006, 21:21 GMT
Update: I thought that perhaps I had missed something, and it
turned out that I had missed the autohinter being turned on in
/etc/fonts/local.conf. However, turning it off there did not
enable the BCI, so it would seem that the BCI is not enabled at
compile time.