Jay Pandya

Jay Pandya

  • NA
  • 6
  • 1.4k

Customized font list for font dialog box

Jan 17 2013 7:30 AM
I am using Visual Studio's Font Dialog box in our C# application. As per msdn documentation, the font list in the font dialog box is taken from the fonts installed in the local machine, i.e all fonts installed in the system. I want to override this font list and put my own customized/stripped down font list. So when the user uses our application, he can only select fonts from the customized font list.

The question here is can it be possible using Font Dialog box of Visual Studio/C# ?
If Yes, How ?
If No, How can I achieve this ?
Do I have to create a customized dialog box similar to Font dialog box? 
Is there such customized dialog box already available in some open source package or library supported by MVS 2010 ?
Is there any way to achieve this using XAML ?