178
votes
114answers
11k views
Recommended Fonts for Programming?
What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio work, any other recommendations?
44
votes
35answers
2k views
Programming Fonts
What's your preferred programming font?
There's an existing question like this. However, there are over 100 answers, most of which are just, "+1 MyFontOfChoice, blah, blah, blah". No offense to …
27
votes
9answers
7k views
Can I embed a custom font in an iPhone application?
I would like to have an app include a custom font for rendering text, load it, and then use it with standard UIKit elements like UILabel. Is this possible?
I found these links:
…
19
votes
11answers
4k views
WPF Blurry fonts problem - Solutions
Problem is described and demonstrated on the following links:
Paul Stovell WPF: Blurry Text Rendering
www.gamedev.net forum
Microsoft Connect: WPF text renderer produces badly blurred text on …
14
votes
21answers
6k views
What is the most readable, appealing font?
besides Wingdings of course.
I'm not talking programming font, but for design docs, documentation, web pages etc..
What wins??? Times New Roman 10pt, Arial 12pt, Verdana? Anyone have any science to …
12
votes
11answers
659 views
On the web, what fonts should I use to create an equivalent experience cross-platform?
Because Linux (and it's variants) have a completely different set of fonts than Windows and Mac OS X, is there anyone with any experience of creating cross platform font families - ideally finding …
10
votes
13answers
5k views
How to add some non standard font to website?
Is there any way to add some custom font on website, without using images, flash or some other graphics. For example, I was working on some wedding website, and I was found a lot of nice fonts with …
9
votes
14answers
421 views
What are good web development fonts?
I am searching for a list of fonts I can use in CSS. Since these fonts may be copyrighted, which fonts should I use that are available across Windows (as of XP), Mac OS X and, say, Ubuntu 8.04?
I …
9
votes
3answers
1k views
Font-size independent UI: everything broke when I switched to 120 DPI!?
So I was reading those Windows Vista UI guidelines someone linked to in another question, and they mentioned that you should be able to survive a switch to 120 DPI. Well, I fire up my handy VM with my …
9
votes
14answers
755 views
Fonts on the Web
The collection of fonts available to a web developer is depressingly limited. I remember reading long ago about TrueDoc, as a way of shipping fonts alongside a website - but it seems to have …
8
votes
4answers
355 views
Testing whether a Font is monospaced in Java
Hi there,
I'm trying list all of the monospaced fonts available on a user's machine. I can get all of the font families in Swing via:
String[] fonts = …
8
votes
2answers
184 views
Why is a font in .NET of size 8 displayed as 8.25?
When you select, for example, a Size of 8 in a Font Dialog for Microsoft Sans Serif, it returns a font that .NET displays as having a size 8.25?
Why is this exactly?
7
votes
6answers
417 views
All about choosing the right font for a website
I actually have right now two questions:
1) What font faces are preferred for a website? Right now I really like 'Segoe UI', but it's only available on newest Windows systems like Vista and 2008 …
7
votes
6answers
4k views
SIFR vs Cufon vs Typeface.js
With browser support / licensing issues of @font-face (a feature of CSS3), which intermediate option do you prefer?
Cufon,Typeface.js, or SIFR?
Cufon is new but has been getting a lot of praise from …
7
votes
11answers
1k views
CSS font size: relative vs. absolute values. Which to use?
What's the best way to size text across browsers?
What are the advantages and disadvantages of defining font size in pixels / em?
