Font Manipulation in ASP.NET

8Curious8

New Member
What I want is something like following.<BR>On clicking a button a small window should open with all font attributes like family,size,style etc. On selecting different attributes and closing/submitting window I should get those values to be assigned to web controls.<BR>I want to know is there any class is available for that. I am using beta 1. As far as I searched I could not find out. Or is there any easy method available to achieve this? <BR>There isn't a supported class out there for it right now. You will basically need to write your own class to do this. You might want to write it as a webclass so that you can access it from all your applications.
 
Back
Top