freetype-direct-gl icon indicating copy to clipboard operation
freetype-direct-gl copied to clipboard

OpenGL text rendering library: GPU empowered text rendering using freetype outline

OpenGL text rendering library: A GPU empowered text rendering library using freetype2. the text rendering directly use the glyphs outline instead of render glyphs to bitmap using CPU. (see the article Easy Scalable Text Rendering on the GPU for a detailed description)