font-bold

Set a Row to Bold in Listview in WPF

I have a Listview like the Address book in outlook. and it looks like Name Phone ---------------------------- Everyone User1 12345 User2 54321 User3 98765 I need the row "Everyone" to Bold letters. And my listview is <ListView Name="lvContacts" Grid.Row="2" Grid....

How to create a bold and italic label in MFC?

Please do not mark it as a dupe of this question just yet: http://stackoverflow.com/questions/1881865/bold-labels-in-mfc That question does not help me; for some reason I do not see the rich edit control. Instead I believe I have to do it in code. here is a sample I found: http://www.tech-archive.net/Archive/VC/microsoft.public.vc.mfc...

Web Safe Font Weights -- How to get thinner?

When I design in Photoshop, my fonts are thin and crisp, but when I declare fonts in CSS -- even when using font-weight: lighter -- the fonts always appear bolder. Maybe this is just how the browser renders the font (In IE fonts stay thin), but I was wondering if there were any tricks or tips for achieving the same thin, crisp looks. ...