The font in the editor is so small, I want to adjust it, but don't know
how.
Thanks for your tips.

Re: How to adjust the font size in visual C++? by John

John
Sat Oct 21 23:06:49 CDT 2006

"asdf" <likemursili@gmail.com> wrote in message
news:1161479575.457911.163840@m7g2000cwm.googlegroups.com
> The font in the editor is so small, I want to adjust it, but don't
> know how.
> Thanks for your tips.

Tools->Options->Environment->Fonts and Colors

--
John Carson



Re: How to adjust the font size in visual C++? by David

David
Sun Oct 22 17:36:55 CDT 2006

When you go there, the Options dialog box contains a list box titled:
"Display Item". (which I would expect). From the list, I chose
'comment' and assigned it the font 'Arial'. So I was sure I will
continue to have the code remaining 'Courier New' while comments
being 'Arial'.
So here came the surprise: EVERYTHING went 'Arial', which of course
looses the point. So what is the purpose of me selecting an item from
that "Display Item" list, if my font assignment applies to everything?

Thanks,
David

"John Carson" <jcarson_n_o_sp_am_@netspace.net.au> wrote in message
news:uBCwF#Y9GHA.4196@TK2MSFTNGP03.phx.gbl...
> "asdf" <likemursili@gmail.com> wrote in message
> news:1161479575.457911.163840@m7g2000cwm.googlegroups.com
> > The font in the editor is so small, I want to adjust it, but don't
> > know how.
> > Thanks for your tips.
>
> Tools->Options->Environment->Fonts and Colors
>
> --
> John Carson
>
>



Re: How to adjust the font size in visual C++? by Alex

Alex
Sun Oct 22 18:28:02 CDT 2006

"David F" wrote:
> [...] So what is the purpose of me selecting an item from
> that "Display Item" list, if my font assignment applies to
> everything?


Maybe to select a color, as well?
:)



Re: How to adjust the font size in visual C++? by David

David
Sun Oct 22 19:16:47 CDT 2006

Color changes to comments only works. But other
font attributes don't. So clearly there is a bug here
unless there is some obscure way to accomplish it,
in which case it is a bug in the thinking/design.

"Alex Blekhman" <xfkt@oohay.moc> wrote in message news:uv5L0Gj9GHA.1256@TK2MSFTNGP04.phx.gbl...
> "David F" wrote:
> > [...] So what is the purpose of me selecting an item from
> > that "Display Item" list, if my font assignment applies to
> > everything?
>
>
> Maybe to select a color, as well?
> :)
>
>



Re: How to adjust the font size in visual C++? by John

John
Sun Oct 22 20:52:46 CDT 2006

"David F" <David-White@earthlink.net> wrote in message
news:PRT_g.11080$Lv3.744@newsread1.news.pas.earthlink.net
> Color changes to comments only works. But other
> font attributes don't. So clearly there is a bug here
> unless there is some obscure way to accomplish it,
> in which case it is a bug in the thinking/design.

It does not appear to be a bug. It appears to be the case that, by design,
you can only have one font type for all types of text. You distinguish
comments, keywords etc by color.


--
John Carson



Re: How to adjust the font size in visual C++? by Alex

Alex
Mon Oct 23 02:30:46 CDT 2006

"David F" wrote:
> [...] So clearly there is a bug here
> unless there is some obscure way to accomplish it,
> in which case it is a bug in the thinking/design.


I'm not sure it's a bug. Font combo box is located right
under "Show settings for" combo and above all other controls
(including items). Also, fonts combo is the same size as
"Show settings for" combo. Font size combo is of the same
size as "Use Defaults" button. All together three combos and
the button make logical group of settings. So, user gets a
hint that font settings related to all of items bellow.
Item's settings controls are besides items list box, so it's
clear that they are related to each item in the list.