On Tue, 8 Dec 2015 19:52:19 +0100, timofonic timofonic wrote: > Is FreeType relevant in an OpenGL context?
Does OpenGL have any text handling at all? No. > I would like to know what's the best way of using FreeType over > OpenGL ... There is one basic way of getting any kind of external graphics into OpenGL: render/load it into a bitmap/pixmap and bring that into OpenGL as a texture. _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
