Prettier Fonts Coming Your Way
There was a time when Linux was notorious for having what was called "fugly" fonts. Things improved a bit over the years, but thanks to expiring patents things are about to get even better.
Freetype is the font service most, if not all, Linux distributions use to simplify and standardize the process of forming font images from basic key character elements such as lines and curves. In other words, it's what is used in Linux to make text on your computer monitor's screen. Other engines are available and some applications even come with their own, but for the most part Linux and many applications for Linux rely upon Freetype.
For years font rendering in Linux was encumbered or restricted from using the functions of the True Type Bytecode Interpreter because the technology to interpret hinting instructions was patented by Apple. Freetype attempted to mimic these functions so users could enjoy a nice anti-aliased font, and as time progressed fonts became more and more attractive. But generally Linux still did not render fonts as nicely as Windows and Mac systems. Savvy users could enable the Bytecode Interpreter themselves much like those who bravely install the patented codecs required to view certain video formats. Sometimes smaller distributions with little to fear from legal action might have enabled it, but for the most part the larger commercially-backed distributions shipped with the legal Freetype - depriving users of beautifully rendered fonts.
But all that is history. As of May 2010, those patents have expired and as of July 12 with version 2.4.0, Freetype ships with the Bytecode Interpreter enabled. Version 2.4.1 was released July 18 to address a small bug found in 2.4.0. Freetype is released under a BSD-style FreeType License and the GPL.
What all this means for you is that with updates or upcoming new system installs your True Type fonts could look prettier, especially at smaller sizes.
Susan Linton is a Linux writer and the owner of tuxmachines.org.
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
If you already use virtualized infrastructure, you are well on your way to leveraging the power of the cloud. Virtualization offers the promise of limitless resources, but how do you manage that scalability when your DevOps team doesn’t scale? In today’s hypercompetitive markets, fast results can make a difference between leading the pack vs. obsolescence. Organizations need more benefits from cloud computing than just raw resources. They need agility, flexibility, convenience, ROI, and control.
Stackato private Platform-as-a-Service technology from ActiveState extends your private cloud infrastructure by creating a private PaaS to provide on-demand availability, flexibility, control, and ultimately, faster time-to-market for your enterprise.
Sponsored by ActiveState
| Non-Linux FOSS: libnotify, OS X Style | Jun 18, 2013 |
| Containers—Not Virtual Machines—Are the Future Cloud | Jun 17, 2013 |
| Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer | Jun 12, 2013 |
| Weechat, Irssi's Little Brother | Jun 11, 2013 |
| One Tail Just Isn't Enough | Jun 07, 2013 |
| Introduction to MapReduce with Hadoop on Linux | Jun 05, 2013 |
- Containers—Not Virtual Machines—Are the Future Cloud
- Non-Linux FOSS: libnotify, OS X Style
- Linux Systems Administrator
- Validate an E-Mail Address with PHP, the Right Way
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Introduction to MapReduce with Hadoop on Linux
- RSS Feeds
- info
6 min 6 sec ago - information
8 min 38 sec ago - info
10 min 48 sec ago - Bought photoshop CS5 for developing a website :(
3 hours 23 min ago - What the author describes
4 hours 49 min ago - Reply to comment | Linux Journal
8 hours 59 min ago - Reply to comment | Linux Journal
9 hours 45 min ago - Didn't read
9 hours 55 min ago - Reply to comment | Linux Journal
10 hours 20 sec ago - Poul-Henning Kamp: welcome to
12 hours 10 min ago



Comments
Infinality's font rendering is the current state-of-the-art
For years, Ubuntu has been streets ahead, but Infinality has recently overtaken them. See http://forums.gentoo.org/viewtopic-p-6350912.html#6350912
Finally!
Font rendering is one area where Vista and Windows 7 have consistently beaten Linux. Hopefully this new development will break down one of the barriers preventing users from switching from Windows to Linux. It's 2010 and every OS should be capable of displaying beautiful fonts.
Which fonts are properly hinted?
I've always been unclear as to whether free fonts also benefit from having the bytecode interpreter enabled, i.e. Bitstream Vera Sans et all. In most forums I've read that only MS core fonts are properly 'hinted' (i.e. the real Verdana/Arial).
However the beginning of this Wikipedia article claims that Bitstream Vera is 'fully hinted' (http://en.wikipedia.org/wiki/Bitstream_Vera). In which case we will see instant benefits from the distros simply upgrading Freetype.
Guess we'll see.
Re: Which fonts are properly hinted?
the beginning of this Wikipedia article claims that Bitstream Vera is 'fully hinted'
Bitstream Vera's only partially hinted. The only fully hinted ones are the MS Core Fonts. Red Hat originally intended that their Liberation fonts would eventually be fully hinted, but since the BCI patent prevented Red Hat/Fedora from implementing BCI technology in Freetype, they never got round to it.
Off-topic
"...the BCI patent prevented Red Hat/Fedora from implementing BCI technology in Freetype."
Don't we loooooooove software patents...?
On the practical side...
"What all this means for you is that with updates or upcoming new system installs your True Type fonts could look prettier, especially at smaller sizes."
Any suggestions on how to get these benefits right now? I mean, how and where we can download those fonts from, and install them?
Thanks!
Re: On the practical side...
What you would need to do to enable the bytecode interpreter varies from distro to distro (in Fedora, for instance, enable the RPM Fusion repositories and install freetype-freeworld; in Mandriva, install freetype from the PLF repositories; IIRC, openSUSE, Ubuntu, Mint, Debian and PC-BSD already have BCI enabled).
The trick's then to selectively turn off auto-hinting for the MS Core Fonts so that they can be displayed correctly. There's a site that provides the necessary files and instructions for installing them, here: http://www.sharpfonts.co.cc/
Thank you
"There's a site that provides the necessary files and instructions for installing them, here: http://www.sharpfonts.co.cc/"
Thanks. I'll give it a try.