Results 1 to 3 of 3

Thread: Windows and fonts..

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Posts
    12,116
    Thanks
    906
    Thanked
    583 times in 408 posts

    Windows and fonts..

    We have a few PC's here that seem to have random issues with Fonts, one PC will say a fonts corrupt when you try to install it yet it'll install fine on the other machine.

    Is there still a limit to fonts like there used to be under 98?
    Is there a way I can have thousands of fonts on a machine and it not play up all the time?

  2. #2
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: Windows and fonts..

    1) Theoretically no.
    2) depends.

    Probably not the awnsers you wanted But i'll try and explain 2 as best as i can.

    Its the programmers fault of the app, the OS supports it just fine and dandy, the problem is programmers make assumptions all to often. Say you where make a font chooser combo box like you see in Word for example. Do you enumerate all the fonts, create a handle to them, draw out a string with the name of each one, or do you do it each time the font is needed. If you do the latter you have very slow scrolling, but it opens almost instantly. Too many people do the former, making each font create a handle, drawing it out to a DC (memory) and then rendering it when needed.

    Thats kinda the problem. Not to mention how fonts in windows aren't higherachical, so you been presented with 10,000 fonts isn't very useful. As such I'd say its better to have fewer actually installed, just because of the assumptions made by plenty of developers.

    Those of us who are smug gits and using WPF say, don't care, because we have virtualisation for free Our apps would coupe with an almost infinate amount
    throw new ArgumentException (String, String, Exception)

  3. #3
    Senior Member
    Join Date
    Jul 2003
    Posts
    12,116
    Thanks
    906
    Thanked
    583 times in 408 posts

    Re: Windows and fonts..

    So its more the app than the OS then..
    Damn CS3

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. The future of OS/2 - Open source or not?
    By Steve in forum HEXUS News
    Replies: 11
    Last Post: 18-07-2009, 08:06 PM
  2. Replies: 12
    Last Post: 13-10-2008, 01:09 PM
  3. Issues with the Windows Vista Home Premium Edition Fonts Folder
    By oimi in forum Help! Quick Relief From Tech Headaches
    Replies: 6
    Last Post: 10-01-2008, 12:14 PM
  4. Arial fonts in Windows, games etc messed up
    By Hobart Paving in forum Software
    Replies: 1
    Last Post: 02-02-2005, 05:27 PM
  5. Windows Fonts
    By Platinum in forum Help! Quick Relief From Tech Headaches
    Replies: 1
    Last Post: 17-11-2004, 08:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •