SFML community forums

Help => Graphics => Topic started by: gayer.alexandr on August 13, 2017, 02:11:32 pm

Title: Missing characters in font
Post by: gayer.alexandr on August 13, 2017, 02:11:32 pm
Is it possible to check which characters supported by font in sf::Font? When I print text and some of the characters are missing in font, I get rectangles instead of them. I want to remove these symbols from string. Any ideas?
Title: Re: Missing characters in font
Post by: Laurent on August 13, 2017, 02:55:51 pm
SFML doesn't do that, but I don't see the point of checking that directly in your code. There are other programs or websites that can show you the characters supported by a font.