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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - FireDragon

Pages: [1]
1
System / strange behave of sf::InputStream
« 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);



Pages: [1]
anything