The Ubuntu community has contributed 12232 ideas, 57574 comments, 1174524 votes
Idea
#5: Disable font hinting by default
|
| |
-96
|
|
|
Written by zarlino the 28 Feb 08 at 13:55.
Category: Look and Feel.
Related to:
Nothing/Others.
Status: New
|
|
|
Description
If you're not a graphic artist, you probably don't know what this means. To be short: the practical effect is that you fonts look smoother, like the Mac OS X fonts.
Also, most fonts look very bad with hinting enabled, virtually only Vera/DejaVu has acceptable results, while most other fonts are not usable.
This is very easy to implement: it is just a true/false value in /etc/fonts/fonts.conf
You can also set it per user in your ~/.fonts.conf by pasting this snippet:
false
(Affects only newly started applications)
Artists and eye candy people, make your voice heard!
Tags:
(none)
Attachments
No attachments.
Duplicates
Comments
|
zarlino wrote on the 28 Feb 08 at 14:29
|
The XML snippet has been removed. Here it is using brackets:
[match target="font"]
[edit mode="assign" name="hinting"]
[bool]false[/bool]
[/edit]
[/match]
|
|
xhaker wrote on the 28 Feb 08 at 14:35
|
What about slight font hinting?
It seems to produce results more similar to MacOS X.
|
|
doughy wrote on the 29 Feb 08 at 01:12
| |
I just tried turning off font hinting and it made the text look horrible.
|
|
rumli wrote on the 23 Mar 08 at 00:39
| |
Actually, I turned off hinting just now, and my fonts become beautiful! Look at the difference between Norasi (16 pt) and Nimbus Roman (16pt) in Firefox with and without hinting. It makes a world of difference. With hinting, the fonts looked very bad. The author of this idea is right: only Vera and DejaVu are one of very few to look good with hinting.
|
Post your comment
|
|