Question: is there support for rendering unicode emoji / colored fonts? I believe this is possible with FreeType (as in this snippet), although I see that at least the gl::TextRenderer is expecting a luminance only glyph texture. Does anyone know what it would require to add support for RGB color textures and color fonts?
Question: is there support for rendering unicode emoji / colored fonts? I believe this is possible with FreeType (as in this snippet), although I see that at least the
gl::TextRendereris expecting a luminance only glyph texture. Does anyone know what it would require to add support for RGB color textures and color fonts?