习惯了文本编辑器写东西,字体都是很细小的,一下到vc6环境里,代码的字体那么粗壮,有点不适应,请问怎样调小些?

解决方案 »

  1.   

    在注册表下面的项改就行了,不同的窗口可以设置不同的字体和颜色
    HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format
      

  2.   

    我这儿没有VC6,
    不过,应该是在 Tools->option -> Environment -> Fonts and Colors吧.
      

  3.   

    tools ->options->format->category->source windows->font(do something)->size(do something)
      

  4.   

    Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format\Source Window]
    "FontFace"="Courier New"
    "FontSize"=dword:00000008
    "Text"=hex:70,70,70,00,96,cb,cb,00,13,01,b3,00
    "Text Selection"=hex:c0,c0,c0,00,80,80,80,00,18,00,18,00
    "Current Error/Tag"=hex:ff,ff,ff,00,00,00,80,00,d2,01,b2,01
    "Book"=hex:00,00,00,00,00,ff,ff,00,10,00,10,00
    "Breakpoint"=hex:ff,ff,ff,00,80,00,00,00,10,00,10,00
    "Current Statement"=hex:00,00,00,00,ff,ff,00,00,70,00,70,00
    "Selection Margin"=hex:d4,d0,c8,00,d4,d0,c8,00,13,00,13,00
    "Keyword"=hex:00,80,c0,00,96,cb,cb,00,10,00,11,00
    "Comment"=hex:00,80,00,00,96,cb,cb,00,10,00,11,00
    "Number"=hex:ff,80,40,00,96,cb,cb,00,10,00,11,00
    "String"=hex:ff,80,40,00,96,cb,cb,00,10,00,11,00
    "Operator"=hex:00,80,40,00,96,cb,cb,00,10,00,11,00
    "Wizard IDL/ODL Code"=hex:80,80,80,00,96,cb,cb,00,14,00,15,00
    "HTML Element Name"=hex:80,00,80,00,96,cb,cb,00,14,00,15,00
    "HTML Attribute Name"=hex:ff,00,00,00,96,cb,cb,00,14,00,15,00
    "HTML Attribute Value"=hex:00,00,ff,00,96,cb,cb,00,14,00,15,00
    "HTML Comment"=hex:00,80,00,00,96,cb,cb,00,14,00,15,00
    "HTML Entity"=hex:ff,00,00,00,96,cb,cb,00,14,00,15,00
    "HTML Tag Delimiter"=hex:00,00,ff,00,96,cb,cb,00,14,00,15,00
    "HTML String"=hex:00,00,ff,00,96,cb,cb,00,14,00,15,00
    "HTML Tag Text"=hex:ff,00,ff,00,96,cb,cb,00,14,00,15,00
    "HTML Operator"=hex:00,00,ff,00,96,cb,cb,00,14,00,15,00
    "HTML Server-Side Script"=hex:00,00,00,00,ff,ff,00,00,14,00,14,00
    "User Defined Keywords"=hex:00,80,c0,00,96,cb,cb,00,14,00,15,00
    "Wizard Code"=hex:80,80,80,00,96,cb,cb,00,14,00,15,00