Unable to locate Font Manager in Microsoft Visual Studio Ultimate 2012 - visual-studio-2012

Cannot find Font Manager in Microsoft Visual Studio Ultimate 2012 under Tools Menu as shown here.
Any idea where I can find it in Microsoft Visual Studio 2012 (Ultimate)?

The Font Manager you refer to is for Blend, not for Visual Studio.

Related

Why Architecture menu in visual studio 2012 Premium does not work

Architecture menu in visual studio 2012 Premium does not work. It is showing me in disable mode.I checked in customize menu but toolbar added in Disable form. I can not generate the "Visualize Code Dependencies on Dependency Graphs".
Is there any option without upgrading Visual studio 2012 from Premium to Ultimate Architecture menu work.?
No, it is an Ultimate only tool.
Architecture menu in Visual Studio show only with Microsoft Visual Studio Ultimate edition.To use this option/feature need to buy Microsoft Visual Studio Ultimate edition.

How to change font in Microsoft Help Viewer 2.0 in Visual Studio 2012?

I installed Visual Studio 2012 and noticed that the help viewer uses different font from that in Visual Studio 2008. Is there any way to change the font used in Microsoft Help Viewer 2.0?

What is the equivalent to Microsoft Help Viewer in Visual Studio 2012?

I'd like to create a help viewer like the one available on Visual Studio 2010 called Microsoft Help Viewer according to Wikipedia, what is its equivalent on Visual Studio 2012 as it seen to be not available?
There is a Help Viewer that comes with Visual studio 2012.
Visual Studio uses Help Viewer 2.0.
You can open the help viewer by pressing ctrl+F1 when using vs.

Is Tools > Create GUID removed in Visual Studio 2012?

In Visual Studio 2010, there was a Create GUID entry in the Tools menu. I used it all the time for SharePoint Development.
Has Tools > Create GUID been removed in Visual Studio 2012? I don't see it and resorted to Powershell [System.Guid]::NewGuid().ToString()
No it's there... at least it's available in Visual Studio 2012 Ultimate.
If missing try adding it via Tools -> External Tools and add:
%Installation Path%\Microsoft Visual Studio 11.0\Common7\Tools\guidgen.exe
EDIT: It's probably installed with Visual C++.
If you have Resharper installed you can just type nguid and hit Tab inside Visual Studio. You can even choose format you want.

Visual Studio 2012 UI customization

Are there any add-ins available that let you customize the UI look and feel for Visual Studio 2012 IDE?
This extension gives you basic control over the VS2012 colour palette:
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05
Unfortunately there's no control over icons, appearance/roundness of windows etc in this extension however.
Visual Studio 2012 Color Theme Editor is for you, as Daniel said.
There is also an open source project that can restore VS 2010 icons in VS 2012 :
Visual Studio Icon Patcher.
I wouldn't use it anyways, as it's more a hack, than a real solution.

Resources