Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Missing characters in font  (Read 1260 times)

0 Members and 1 Guest are viewing this topic.

gayer.alexandr

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Missing characters in font
« 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Re: Missing characters in font
« Reply #1 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.
Laurent Gomila - SFML developer

 

anything