Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am new to LinuxQuestions.org but I have been using the Linux operating system for many years as a firmware developer. The bulk of my experience in firmware and software development has been centered around font development and font rendering technology while working for a laser printer manufacturer.
Now that I am retired and still quite interested in keeping myself busy, I would like to contribute to the Linux community by trying to improve the quality of TrueType font rendering. I hate to admit it, but the quality of text displayed on a Windows machine is far better than that seen in most Linux apps. (In my humble opinion, of course.)
Where can I find the packages, libraries, and source code used in TrueType font rendering in this OS?
Any help that will lead me to the sources would be very much appreciated. Thank you for the opportunity to contribute.
Now that I am retired and still quite interested in keeping myself busy, I would like to contribute to the Linux community by trying to improve the quality of TrueType font rendering. I hate to admit it, but the quality of text displayed on a Windows machine is far better than that seen in most Linux apps. (In my humble opinion, of course.)
That would be much appreciated
Actually the rendering algorithms used by Linux are already more powerful than those used by Windows. Windows comes with professionally written fonts with high-quality instructing, so there's less work for the OS to do. I use TT fonts with no instructions which look terrible in Windows, but seldom go astray in Linux. Nevertheless, there's still plenty of room for improvement.
tredegar,
Thank you for the pointer to the freetype2 web site. I have learned something new already from this forum.
I want to get the sources, study them for a while to see if I can find anything where my font experience can help.
Later on I'll start asking again to learn how to build a kernel so I can test and evaluate my findings.
Thank you for the pointer to the freetype2 web site.
You're welcome.
Quote:
Later on I'll start asking again to learn how to build a kernel so I can test and evaluate my findings.
I don't think you need to "build a kernel". Someone else has already done that for you. If you are not running linux already (and it looks like you are posting from "Win7") then just hop over to http://distrowatch.com/ and get your self a distro from one of those listed in the top 10 of "Page Hit Ranking".
Install linux, install build-essential (to get you the c compiler and a load of other stuff) install the kernel source (needed if you are going to alter and recompile freetype2) then get busy. Freetype is the only bit you'll have to recompile, not the kernel (as I see it, somebody please correct me otherwise).
A word of warning. As you worked with fonts for "a printer manufacturer" you might need to "clear your mind" of some of the things you knew / learnt in your last job. The reason being that said printer manufacturer might not be at all pleased to see code or techniques surprisingly similar to "their" code or techniques turning up in future GPL code. Maybe you should take some advice (from a lawyer, the GPL people, your ex-employer, or even us here on LQ [in a different thread]).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.