Reputation: 11652
You know how in WinForms you can open the Font Dialog or Font Browser (I can't remember anymore) and let the user decide which font they want to read/write in, along with the Size and optional color/weights etc?
How can we do this in Metro Apps? Obviously some fonts are easier to read than others for some, so it only makes sense to let them change it.
But I don't see anything in the Docs about this.
Upvotes: 0
Views: 526
Reputation: 3311
I believe you'll have to use DirectWrite if you want to get a list of available fonts from a Metro app.
See (Microsoft sample): http://code.msdn.microsoft.com/windowsapps/DirectWrite-font-60e53e0b
Upvotes: 1