[Ubuntu] [hardy] Autohint can now be turned on for Thai
Bug #194759 reported by
Theppitak Karoonboonyanan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openoffice.org (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Binary package hint: openoffice.org
In Bug #35305, turning off autohinting was proposed because Thai fonts in Ubuntu were not suitable for hinting at that time. However, with thaifonts-scalable in hardy, it can now be turned on, and the quality is now acceptable. That is, the following code can be removed from /usr/lib/
# turn off autohinting for thai (Ubuntu #35305).
case "$LANG" in th*)
SAL_
export SAL_AUTOHINTING
esac
Besides, if possible, syncing thaifonts-scalable 0.4.9-1 from Debian would bring some new fonts to Thai users, too.
Related branches
Changed in openoffice.org: | |
assignee: | ccheney → nobody |
Changed in openoffice.org: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Thanks for the information. I will fix it for hardy.
The patch in question is in:
ooo-build/ patches/ src680/ ubuntu- soffice- config. diff
Thanks,
Chris Cheney