SFML community forums

Help => Graphics => Topic started by: lakunar on February 21, 2011, 08:55:59 pm

Title: sf::Font - fail character set
Post by: lakunar on February 21, 2011, 08:55:59 pm
Hi
I tried to load Marlett.ttf (windows symbol font) and got:
Failed to load font "Marlett.ttf" (failed to set the Unicode character set)

Are there any workarounds or do i have to use a other font?

Using: Sfml 2
Title: sf::Font - fail character set
Post by: Laurent on February 21, 2011, 09:48:29 pm
Apparently this font doesn't define a Unicode characters set, which is required by SFML. You'll have to choose another one.
Title: sf::Font - fail character set
Post by: lakunar on February 22, 2011, 02:20:47 pm
ok, thanks.