Hi!
In the class sf::Font, call the update function here :
page.texture.update(&m_pixelBuffer[0], w, h, x, y);
But I don't find where you call glGenTexture, the update function from the texture class doesn't call glGenTexture.
Is this normal ?
This is the code of the SFML 2.5.1.