SFML community forums

Help => System => Topic started by: FireDragon on December 31, 2017, 02:48:43 pm

Title: strange behave of sf::InputStream
Post by: FireDragon on December 31, 2017, 02:48:43 pm
Dear Reader,
im am using an MSVC 14.0 Compiler on a Windows 10 Computer, together with a dynamic linked Version of SFML 2.4.2 (32 bit) from the officell Webside.
I am trying to combinate SFML with PhysicsFS version 3.0.1 (self Compiled with 32bit Debug and Release Binarys). The loading of Texture with my custom stream class works realy good. But the loading of Fonts dose not work.

My first try was to load the Font directly form the Harddrive:
Code: [Select]
sf::FileInputStream t;
t.open("Devil/Fonts/ArchitectsDaughter.ttf");
font.loadFromStream(t);


Title: Re: strange behave of sf::InputStream
Post by: eXpl0it3r on December 31, 2017, 04:56:14 pm
"Doesn't work" is not a problem description.

What doesn't work exactly?