vote up 0 vote down star

I'm looking for a way to create a .NET Font object that formats the text like in Word when you check the "Small Caps" check box. I'm not seeing a Format Style on the Font object to do it, and I was wondering if A. There is something that I'm missing or B. There is a third party library out there (preferably free) that will do it instead.

flag

33% accept rate

2 Answers

vote up 2 vote down

There isn't such a property. However, you can fake small caps by using normal caps at a smaller font.

link|flag
vote up 0 vote down

If you're using WPF have a look at Typography.Capitals. Also look at this question for some of the pitfalls: WFP/XAML: Typography.Capitals seems to have no effect.

I'm not sure if it's going to be an appropriate solution for you, but you might be lucky.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.