Hello!
My program solves the task of creating multiple images from background and text. I use sf::Font, sf::Texture, sf::Text and sf::RenderTexture. The problem is that I need to shift the letters in italic fonts until they become straight (I mean loaded italic fonts, not modifyed by SFML). So, is there the way to do it?
Thanks for attention.