Can you determine the actual font size in pixels corresponding to the following text size options in Internet Explorer?
- Largest
- Larger
- Medium
- Smaller
- Smallest
In a web development project, I am looking to achieve a similar functionality to adjust the text size of application controls based on the selection from the above list. However, I am unsure of how many pixels I should programmatically set for each selected item.
Your assistance on this matter would be greatly appreciated.