Thread: Problem with default font in graphical mode

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Oct 2008
    Posts
    10

    Problem with default font in graphical mode

    I`m working on c program which is working in graphical mode. I use Turbo C 3.0 IDE. Until recently everything was ok, but then i gave my laptop away to the service. So I temporary borrowed one and problems apeared. Before starting the work I had to install Windows XP cause i can`t open dos graphics in full-screen in Vista. Problem is that every character except letters and 0 is printed malformed. Here is output of small graphics test program printing chars from ASCII code 32 - 255:
    Output in graphics mode
    Same in text mode:
    Output in text mode
    This is so even for program versions compiled on the previous computer (they were working as they should then).

    If i change to any other font and compile program problem is gone. That could be workaround ,but I want to understand where is the problem and if possible to use default font.
    Last edited by voldemarz; 10-24-2008 at 06:44 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Default Button Problem
    By Dark Dude in forum Windows Programming
    Replies: 5
    Last Post: 12-25-2008, 08:06 PM
  2. default font
    By larry in forum Windows Programming
    Replies: 2
    Last Post: 02-13-2003, 05:22 AM
  3. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM
  4. setting default font to draw all further controls with
    By alandrums in forum Windows Programming
    Replies: 0
    Last Post: 12-03-2001, 10:31 PM
  5. problem going into mode 13h
    By ArseMan in forum C++ Programming
    Replies: 5
    Last Post: 08-31-2001, 04:53 PM