Results 1 to 19 of 19

Thread: [RESOLVED] Text in code windows became very blur

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Resolved [RESOLVED] Text in code windows became very blur

    I do remember what I did but text in code windows became very blur.
    Another screens such as option, solution explorer are still very clear.
    How to fix it?
    I tried to reset to reset all setting but no luck.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Text in code windows became very blur

    What version of Visual Studio are you using?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    vs2008

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Text in code windows became very blur

    Sounds odd. I could imagine it happening in 2010 with the WPF based code editor, but I haven't seen anything like that with VS2008. Could you post a screenshot? I might be able to get more info for you.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    doc file is attached
    Last edited by aspfun; Sep 2nd, 2010 at 02:07 PM.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    gif file
    Attached Images Attached Images  

  7. #7
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Text in code windows became very blur

    If you go into tools -> options, and then select from the left treeview Environment -> Fonts and Colors

    There is a button there that says "Use Defaults". If you click that, then click ok to close the dialog, does that fix it?

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    I did many times but doen't help

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Text in code windows became very blur

    Go into Tools -> Options ... reset your Font being used... (default is Courier New) ... it look like you may have accidentally nudged it to Courier... after you open the Options dioalog, select Fonts & Colors ... then hit the "Use Defaults" button... that should put it back.

    -tg

    edit - ARGH! That's what I get for taking my time and making sure the change should work.
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    No, no luck

  11. #11
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Text in code windows became very blur

    ok, well for the sake of checking, when you are in that screen in the options menu, and "Text Editor" is shown in the drop down that says "Show settings for", what are the font settings you have there?

    Generally its courier new, Size 12

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    Thank you so much.
    I set size for 10 before.
    Once I change size to 12, ok, 10, ok, it became clear again.
    Why?

  13. #13
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Text in code windows became very blur

    I don't really have an answer as to why it would happen. My guess is maybe even though it was showing 10, perhaps it was actually really set lower, like 8 or 6

    Glad it's working now though.

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    But only 12 is working, if I change to 10 and then re-open, it became blur again.
    I used 10 for a few years without any problem.

  15. #15

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    I tried 9 and 11 both are working.
    Only 10 do not work.

  16. #16
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Text in code windows became very blur

    have you changed resolutions? or monitors or anythign else? sounds like there's a problem with the DPI at that resolution/point size...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  17. #17
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Text in code windows became very blur

    Maybe it was actually not loading your settings properly before now. Courier New size 10 usually looks like that because it's not one of the font's original sizes so it has to be resized which usually looks a bit strange.

  18. #18

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    478

    Re: Text in code windows became very blur

    I got it!
    I copied blurred text to a new doc file and found out the name of font for the blurred text. This font is just added by me. I delete this font from window\font folder. Everything works great. I can take 10 now.

  19. #19
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Text in code windows became very blur

    Glad it is all working. Please mark this thread resolved using the thread tools menu above.

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