- Code: Select all
* Tue May 31 2005 Avi Alkalay <avibrazil@gmail.com> - 2.1.9-1
- Enabled bytecode interpreter for better screen font rendering.
Well I beg to differ. If you want your fonts back the way they were just install the latest SRPM:
- Code: Select all
rpm -i http://dag.wieers.com/packages/freetype/freetype-2.1.9-1.rf.src.rpm
Replace your RPMROOT/SPECS/freetype.spec with mine:
http://voidmain.is-a-geek.net/files/specs/freetype.spec
Then build it with "rpmbuild -ba freetype.spec". Upgrade your freetype:
- Code: Select all
# rpm -Fvh RPMROOT/RPMS/i386/freetype*rpm
Now you have a new changelog:
- Code: Select all
* Wed Jun 01 2005 Void Main <voidmain AT linuxmail.com> - 2.1.9-2
- Disabled bytecode interpreter for better screen font rendering.
* Tue May 31 2005 Avi Alkalay <avibrazil@gmail.com> - 2.1.9-1
- Enabled bytecode interpreter for better screen font rendering.
:)
After you restart X you should have your fonts back to the way they were. Of course you could just install the old one but this is more fun.


