I have c# .net webbapp
And on it, here is a content editable area. I want to create a drop down box and list a range of fonts for the user to select and use.
Are there any standard functions in .net that can be used to generate a list of available fonts to the user?
or is this something that can be done in jquery to look at the client and generate a drop down list from what they have available?