Modern text rendering with Linux: Part 1
mrandri19.github.io
Modern text rendering with Linux: Part 1
1–10 of 25 posts
Re: Modern text rendering with Linux: Part 1
#2Re: Modern text rendering with Linux: Part 1
#3I wish it covered error handling a bit more than just 'exit(EXIT_FAILURE)'. FreeType must have some sort of error code or error message function.
But that's all just minor nitpicking. I like the simple and direct walkthrough of the FreeType API (and promising to include friends from the ecosystem in the future). I hope the blog series will continue!
Re: Modern text rendering with Linux: Part 1
#4Can’t wait to hear about Linux’s gamma corrected antialiasing in future posts (or lack thereof).
Re: Modern text rendering with Linux: Part 1
#5Nice, I've subscribed to the RSS feed. A little weird to see such old software versions being used in an article with 'modern' in its title, but I suppose you have to pick a point that's 'modern enough' to have something the majority of people can follow along with when they're all running old software too. I wish it covered error handling a bit more than just 'exit(EXIT_FAILURE)'. FreeType must have some sort of err…
Re: Modern text rendering with Linux: Part 1
#6Can’t wait to hear about Linux’s gamma corrected antialiasing in future posts (or lack thereof).
Re: Modern text rendering with Linux: Part 1
#7Re: Modern text rendering with Linux: Part 1
#8Small nitpick: Freetype works on Windows too. So the same code can be used to render fonts there. Though it is perhaps easier to use the native DirectWrite api.
Re: Modern text rendering with Linux: Part 1
#9As someone broadly unfamiliar with text rendering it's not clear to me. An introduction to these points would be very helpful
Re: Modern text rendering with Linux: Part 1
#10What makes this approach "modern"? What is this approach the alternative to? As someone broadly unfamiliar with text rendering it's not clear to me. An introduction to these points would be very helpful