🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

using ttf font in X11

Started by
2 comments, last by let_bound 16 years, 12 months ago
How to use ttf font in X11 ?
Advertisement
Is Freetype what you're after?
how can i use this font in XLoadQueryfont() in X11 program?
Quote: Original post by z_k
how can i use this font in XLoadQueryfont() in X11 program?


X doesn't deal directly with TrueType fonts. You'll have to use Xft(3) to interface X with Freetype. I'm definitely not an expert on the subject though, so I won't be able to help you with it.

This topic is closed to new replies.

Advertisement