A font is an electronic data file containing a set of glyphs, characters, or symbols such as dingbats. Although the term font first referred to a set of metal type sorts in one style and size, since the 1990s most fonts are digital, used on computers.

learn more… | top users | synonyms (1)

183
votes
115answers
33k views

Recommended Fonts for Programming? [closed]

What fonts do you use for programming, and for what language/IDE? I use Consolas for all my Visual Studio work, any other recommendations?
151
votes
16answers
71k 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: ...
96
votes
45answers
8k views

Programming Fonts [closed]

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 ...
76
votes
2answers
2k views

What does this CSS shorthand font syntax mean?

I'm seeing the following CSS declaration in a stylesheet: font: 12px/18px ... What does the 12px/18px part mean exactly?
73
votes
12answers
17k 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 ...
62
votes
31answers
77k views

What is the most readable, appealing font?

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 ...
49
votes
17answers
78k 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 for that ...
41
votes
14answers
24k 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 ...
36
votes
1answer
16k views

Can I underline text in an android layout?

How can I define underlined text in an Android layout xml file?
30
votes
2answers
9k views

How to define bold, italic using @font-face

I'm looking at the MDC page for the @font-face CSS rule, but I don't get one thing. I have separate files for bold, italic and bold + italic, how can I embed all three files in one @font-face rule? ...
29
votes
6answers
42k views

How to embed fonts in HTML?

I'm trying to figure out a decent solution (especially from the SEO side) for embedding fonts in web pages. So far I have see the W3C solution, which doesn't even work on Firefox, and this pretty cool ...
28
votes
9answers
8k views

complete, monospaced Unicode font? [closed]

I'm looking for a good programming font that lets me add comments and string literals in Unicode, usually Japanese and Chinese along with some Latin and Cyrillic languages. So far the situation seems ...
26
votes
4answers
8k views

How can I implement OCR on a website using PHP?

Are there any free OCR libraries that work with PHP? Perhaps there is a different way to do OCR on a website. If so please share. EDIT: Python is also acceptable. EDIT2: I'm working with a Linux ...
26
votes
8answers
7k views

Algorithm to implement a word cloud like Wordle

Context Take a look at what wordle does : http://www.wordle.net/ it's much better looking than any other word cloud generators I've seen note: the source is not avaialable - read the FAQ ...
24
votes
5answers
8k views

Custom fonts and XML layouts (Android)

I'm trying to define a GUI layout using XML files in Android. As far as I can find out, there is no way to specify that your widgets should use a custom font (e.g. one you've placed in assets/font/) ...
23
votes
1answer
1k views

IntelliJ Idea disable font increase/decrease on CMD+scroll

I am using IntelliJ IDEA 9.0.2 on Mac OS X - with the Magic Mouse. Whenever I press the command button and move my finger a micrometer or two on the surface of the mouse, IDEA immediately increases or ...
23
votes
9answers
1k views

On the web, what fonts should I use to create an equivalent experience cross-platform?

Because Linux (and its 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 ...
21
votes
16answers
4k views

Why use monospace fonts in your IDE? [closed]

I've seen a couple of font topics on SO and it seems a majority of people use monospace fonts for programming tasks. I have been using Verdana for programming for a couple of years and I really like ...
20
votes
8answers
7k views

Using a custom typeface in Android

I want to use a custom font for my android application which I am creating. I can individually change the typeface of each object from Code, but I have hundreds of them. So, Is there a way to do ...
20
votes
6answers
49k views

What fonts do iPhone applications support?

I found a list of iPhone supported font here http://daringfireball.net/misc/2007/07/iphone-osx-fonts But I just wanted to confirm that, can we use all this fonts in application, or we are restricted ...
20
votes
9answers
5k views

Detecting font in JavaScript

Suppose I have the following CSS rule in my HTML. body { font-family:Calibri,Trebuchet MS,Helvetica,sans-serif; } How can I detect which one of the defined fonts was used in the user's browser? ...
19
votes
7answers
777 views

How can I prevent text displacement for some foreign language fonts?

I have a multilingual project (currently 13 languages), which uses many different font variations of "Helvetica Neue", mostly bold, condensed and regular cuts from the LinoType Pro font set ( which ...
19
votes
3answers
10k views

Proper MIME type for fonts

Searching the web, I find heaps of different suggestions for what the proper MIME type for a font is, but I have yet to try any MIME type that rids me of a Chrome warning such as the following: ...
19
votes
4answers
2k views

Get font face under cursor in Emacs

I've been developing my own custom color theme, and it'd be really useful if I could get a list of font-faces affecting the text under the cursor. Something like Textmate's show current scope ...
17
votes
18answers
15k views

Alternate fonts for console windows?

I like to find some new/interesting fixed width fonts for console. We all know Lucida/Courier, what else? Update So, the winner is Consolas (which indeed is built in in new Windows 7) Jeff had ...
16
votes
1answer
82 views

@font-face HattoriHanzoLight does not work

i downloaded the font from this site: http://www.fontsquirrel.com/fonts/Hattori-Hanzo and here's my code: <style type="text/css"> @font-face { font-family: 'HattoriHanzoLight'; ...
16
votes
2answers
471 views

Getting the Mathematica front end to obey the FontFamily option

When it comes to Chinese characters, I am unable to get the Front End of Mathematica to use the fonts of my choice. How can I get it to use the fonts I need? Here I provide two screenshots to show ...
16
votes
5answers
21k views

CSS Font Border?

With all the new CSS3 border stuff going on (-webkit...) is it now possible to add a border to your font ? (like the solid white border around the blue Twitter logo). If not, are there any not-to-ugly ...
16
votes
2answers
5k views

Is @font-face usable now?

I have to use a fancy font in a project but I'd really like to avoid sifr and other ugly alternatives so I'm looking at @font-face. However, I'm really confused with several blog/sites offering ...
15
votes
8answers
23k views

@font-face generator not Font Squirrel

Looking for an @font-face generator that will convert my legally purchased and very expensive fonts for web use. I use to use Font Squirrel before they started blocking Adobe fonts. Is there a way ...
15
votes
15answers
32k views

Forcing anti-aliasing using css: Is this a myth?

Recently a client has complained about the appearance of a system font in IE6. Basically th issue is that IE6 doesn't support font-smoothing/anti-aliasing (I know you can turn it on in an OS setting ...
15
votes
4answers
11k views

MessageBox.Show— font change?

I'm using the MessageBox class to show errors to users, and while that might not be the right behavior, it's very convenient. This is a touchscreen application, however, so I need the 'ok' button to ...
15
votes
4answers
1k views

WPF - Load Font from Stream?

I have a MemoryStream with the contents of a Font File (.ttf) and I would like to be able to create a FontFamily WPF object from that stream WITHOUT writing the contents of the stream to disk. I know ...
14
votes
5answers
6k views

Change font size of UISegmentedControl

Can anyone please tell me how can I change the font type and size of UISegmentedControl? Thanks, Aashutosh
14
votes
14answers
1k 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 ...
14
votes
2answers
460 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?
13
votes
2answers
19k views

italic, bold and underlined font on iPhone

How do you set a font to be both bold and italic. There is a boldSystemFontOfSize and italicSystemFoneOfSize, but I can't see the way to set a font to be both italic and bold. As a second question, ...
13
votes
3answers
3k views

SWT - OS agnostic way to get monospaced font

Is there a way in SWT to get a monospaced font simply, that works across various operating systems? For example. this works on Linux, but not Windows: Font mono = new Font(parent.getDisplay(), ...
13
votes
4answers
2k views

Is there a way to programatically determine if a font file has a specific Unicode Glyph?

I'm working on a project that generates PDFs that can contain fairly complex math and science formulas. The text is rendered in Times New Roman, which has pretty good Unicode coverage, but not ...
13
votes
13answers
2k 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 ...
12
votes
2answers
117 views

Why don't the glyphs line up if they're in the same Graphics?

I'm trying to overlay glyphs from different fonts, but it's hard to get them to line up. I'm sure they ought to line up better than this. How can I do that? Graphics[ {Opacity[0.1], ...
12
votes
4answers
2k views

Password hint font in Android

When an EditText is in password mode, it seems that the hint is shown in a different font (courrier?). How can I avoid this? I would like the hint to appear in the same font that when the EditText is ...
12
votes
3answers
763 views

list every font a user's browser can display

Is there a way in javascript to obtain the names of all fonts (or font-families) that the browser can show? (I want to give the user a dropdown with a list of all available fonts, and allow the user ...
12
votes
3answers
18k views

How can I convert OTF/TTF files to EOT format?

I need to use @font-face feature and my fonts are in OTF/TTF format and Microsoft browsers support only EOT format. I tried to use Microsoft tool WEFT, but it didn't work or I didn't understand how it ...
12
votes
7answers
4k 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 ...
12
votes
1answer
3k views

Font consistency in a textarea

How do I make a textarea have the same font as everything else on the webpage? Currently I have my code: test.html: <html> <head> <link rel="stylesheet" ...
12
votes
7answers
11k views

How to find out which fonts are referenced and which are embedded in a PDF document

We have a little problem with fonts in PDF documents. In order to put the finger on the problem I'd like to inspect, which fonts are actually embedded in the pdf document and which are only ...
12
votes
4answers
3k views

Set Emacs defaut font face per-buffer/mode

How do you change the default face which Emacs uses to style text on a per-mode basis? For example, say that I am already happy with the face customizations that I have, which include a default ...
11
votes
2answers
350 views

Why font looks much better in IE9?

I use font-family: Myriad; font-size: 40px for some text. And, I can't believe what I see, IE shows the most quality font! Much better than opera, mozilla and chrome. How can it be? How can I make ...
11
votes
2answers
812 views

Seeking Font Strategies for Silverlight Apps

As I'm working through an SL3/SL4 application, and starting to work with fonts, I'm finding a lack of documentation and best practices on font strategies. For example: Are there common fallback ...

1 2 3 4 5 59