Using the FreeType library to render text nicely onto a Linux framebuffer

from blog Kevin Boone's website, | ↗ original
Writing graphical applications for minimal and embedded Linux systems can present a challenge. One of the problems is producing nicely-rendered text without the facilities that a graphical desktop would provide. This article describes how to use the FreeType library to render text to the Linux framebuffer.