Tell me more ×
Graphic Design Stack Exchange is a question and answer site for professional graphic designers and non-designers trying to do their own graphic design. It's 100% free, no registration required.

I need some suggestions for a font to use as a Heading/Label. I'm looking at small 11pt text, which is all uppercase and bold.

I'm writing my app using WPF on Windows XP and none of the fonts I've chosen so far look slick/smooth.

I've tried Gill Sans MT and Franklin Gothic Demi Cond so far.

EDIT: Should probably add that i'm looking for a sans-serif font.

share|improve this question
2  
If you're developing a Windows app, why not just go with the default - i.e. whatver the current system font setting is - for consistency? – e100 Feb 25 '11 at 18:06

4 Answers

up vote 0 down vote accepted

Verdana always looked pretty good to me when small, bold and uppercase.

share|improve this answer

Yes, Verdana is very readable at small sizes, but a small percentage of computers don't have it installed. See my multi-platform Verdana-like font stack for suitable fallbacks.

share|improve this answer

For screen display "lucida grande" is a good choice (facebook use it on small text). (But this is not available on iPad.)

share|improve this answer

from my point of view..

1.times new roman

2.calibri

3.candara

4.Century gothic

5.Felix titling

and if you want to check your font online check this

This link will solve your problem for sure.. :)

http://www.typetester.org/

and btw 11 pt is equal to 0.938em...

hope it will work for you..

share|improve this answer
4  
'em's are relative to whatever you, and the browser user, has set the base at. You can't say that 11pt = anything em. – Scott Brown Feb 25 '11 at 14:09
2  
correct. An em is essentially a percentage measurement which was based upon the proportions of a capital M. Nowadays it is simply the point size expressed as one unit and only has meaning in the context of the currently specified point size (so 11pt=.938em is like saying 11pt=.938percent, which forces one to ask "of what?") – horatio Feb 25 '11 at 18:18
And I don't think WPF supports ems anyway. – e100 Oct 17 '12 at 15:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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