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

Author Topic: Font Problems  (Read 4163 times)

0 Members and 1 Guest are viewing this topic.

lancel00t

  • Newbie
  • *
  • Posts: 18
    • ICQ Messenger - 449212638
    • AOL Instant Messenger - dripdropliner@ao
    • View Profile
    • http://www.watsontechgroup.com
Font Problems
« on: January 03, 2008, 05:43:10 pm »
I have a relatively mature SFML V1.1 program that is experiencing a strange problem. I had it running on a Windows Vista Ultimate machine with no problems. Now I am trying to run it on a Windows Vista Home Premium machine and when any text is displayed on the screen from the SFML program it first appears as black boxes instead of readable text. However, if a key is struck in a text input box, for example, the text will then display as normal. Any ideas? Please prod for more information/source code as neccessary. Thank you. By the way, I can compile the program with either MinGW or Visual Studio and the binary will exhibit the same behavior.

elema

  • Hero Member
  • *****
  • Posts: 541
    • View Profile
    • Email
Font Problems
« Reply #1 on: January 03, 2008, 10:54:22 pm »
Wow, a problem which concerns two versions of the same OS (well, it's Widows :wink:... I'm kidding)...
Quite weird, indeed, I've never seen it before.

But it's a well-know fact that Windows Vista is full of bugs, maybe the problem is about Vista itself. Moreover, I was running Vista Premium when I started to use SFML, and I do not remember having had such a problem.
Lire des fichiers sous Linux, c'est une question de vi ou de more.

Découvrez la programmation fonctionnelle ! Haskell is the way.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Font Problems
« Reply #2 on: January 04, 2008, 02:34:10 am »
Can you try to extract a small and complete code which reproduces the problem ?
Laurent Gomila - SFML developer

lancel00t

  • Newbie
  • *
  • Posts: 18
    • ICQ Messenger - 449212638
    • AOL Instant Messenger - dripdropliner@ao
    • View Profile
    • http://www.watsontechgroup.com
Platform...
« Reply #3 on: January 08, 2008, 08:17:45 pm »
Not to worry. I guess it's just the platform I am working on. I am not spending anymore time on the project or SFML until SFML becomes more mature. Thank you.