TextBuffers for SFML
TextBufferTBuffer=newTextBuffer(80,25,newTexture("font.png"));TBuffer.Print(10,10,"Hello World!");// TBuffer.Sprite.* - Change position, color, whatever.RenderTarget.Draw(TBuffer);https://github.com/harddal/TextBuffer
Do whatever you want etc. etc.


