CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    About System Font

    Hello...
    I wanna know whether the system is using 'Large Font' or 'Small Font'...
    How can I know that?

    If you got an answer, please let me know....
    Thanks...



  2. #2

    Re: About System Font

    I did this is 16-bit land, but not recently. Maybe see what the value is in the Registry at the key "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ GRE_Initialize" for the value "FONTS.FON"?

    If you need 16-bit code to so this, let me know


    LA Leonard - Definitive Solutions, Inc.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured