What is the actual font size in pixels against following text size list in IE:
- Largest
- Larger
- Medium
- Smaller
- Smallest
In a web application, I need to provide similiar behavior to set the text size of application control by selection anyone from above list. But, how much pixels I need to set programmatically against selected item from this list.
Help will be appreciated.