Reputation: 1690
I need some minor text formatting control in my application, I have got a font family ComboBox working fine, which was a simple exercise achieved in just XAML but now I wanted to fill the font size ComboBox with default font sizes.
Obviously most applications like Word, Outlook etc have this kind of interface for selecting font size with default like:
8
9
10
11
12
14
..
72
Now I can implement something to provide these numbers easily enough, I was just wondering if there was a framework method which would provided them for me seeing as I'm using the framework to populate the font families ComboBox?
Many Thanks
Paul
Upvotes: 6
Views: 3713
Reputation: 26330
I'd say these values are arbitrary. Just generate your own list.
Upvotes: 2