How to modify the style property of a font on Windows? How to modify the style property of a font on Windows? windows windows

How to modify the style property of a font on Windows?


Alright, I've successfully used FontForge to create a copy of Consolas (although this should work with any font) with the bold style actually being italics.

These are the steps that I followed:

  • Install FontForge. It's a lot easier to do this on linux than on windows/cygwin. I used a Ubuntu VM ("sudo apt-get install fontforge").
  • Open Consola.ttf (the "normal" style font) in FontForge.
  • Select Element -> Font Info.
  • Change the Fontname, Family Name, and Name for Humans, all to the same thing. I used 'ConsolasVS'.
  • Click Ok. Click 'Yes' to let FontForge generate a new GUID for the font.
  • Select File -> Generate Fonts. Make sure you've got "TrueType" selected. Uncheck "Validate before saving". Click Save.
  • Now open Consolai.ttf (the italic style font) in FontForge.
  • Go back to Element -> Font Info.
  • Change the Font names as before, and where it currently says "Italic", change that to "Bold".
  • Go to the OS/2 tab, change the font weight to "700 Bold".
  • Go to the Mac tab, change the style set to Bold.
  • Click Ok. Allow a new GUID to be generated again.
  • File -> Generate Fonts, as before.

Copy your two new ttf files into your \Windows\FONTS\ folder.

You can now have nice italic comments with Consolas in VS2008. Hooray!


I did the italics-as-bold trick on Consolas back in July 2007 and posted a screenshot of it on my blog.

I used FontLab which does a great job but a custom tool to copy and set the header would be the best bet as you can't modify and redistribute Consolas and FontLab costs $699.

If you want to go down the FontLab route the open up the regular and italic versions and go into the File > Font Info... menu option and use the Names and Copyright section.

In there set them both fonts Family Name to a new name then flip the checkboxes on the italic version to indicate bold instead of italic and select Normal from the Weight list box and Italic in the Style Name list box.

Save and install :)

[)amien