1
vote
3answers
21 views
How do I combine @font-face and @media declarations?
I'd like to build a common typography stylesheet with a very small number of selectors. As such, I'd far prefer to use @media sections for the various versions rather than create d …
3
votes
3answers
51 views
How is a font’s appearance defined? (vector graphic for each character?)
Details on fonts: When you have some text in specific font, there's a header that says what the font is and then characters that are X number of bytes apiece. The computer looks up …
174
votes
112answers
10k 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?
0
votes
2answers
20 views
Generating .afm from .ttf
I'm working with generating .pdf's from PHP using this library: http://www.fpdf.org/
I am currently hung up, though, on adding new fonts, specifically the step on generating the . …
1
vote
1answer
34 views
Large serifs in a font cause flash to measure size incorrectly
I have a textarea where I measure the textWidth and textHeight to make sure the user cannot enter more text than can fit in the text area. I also extended the textArea with a text …
1
vote
3answers
88 views
What font and size is used in Windows 7 File Explorer Tree
I am having a hard time to find out which font is used by the Win 7 File Explorer in the tree view on the left hand side. Better, of course, would be if I can programmatically find …
3
votes
5answers
161 views
Why use monospaced font for programming? [closed]
Possible Duplicate:
Why use monospace fonts in your IDE?
Monospaced fonts are quite dominating for programming but how often do you actually need the monospace?
As long a …
2
votes
1answer
30 views
Font rendering in flex sometimes results in characters a couple pixels lower
Sometimes while typing in a textarea in Flex many characters will be rendered at one height then at some point on that same text line the rest of the characters are rendered a coup …
0
votes
2answers
35 views
Unicode and fonts.
Hi,
This is something that I don't see much discussed. I'm developing a software that will support multilingualism, thus, I would need to use Unicode compatible fonts, right? Wher …
0
votes
1answer
27 views
Detecting glyphs occurrences in any fonts
Hi, everyone.
I'm writing a small .NET application that can produce SWF files, and I need to support Unicode fonts. I don't know the things on it and font rendering well, so I und …
0
votes
2answers
39 views
Problems with rendering text as bitmaps using WPF
I am developing an application using WPF to dynamically render content, including text and images from WPF into jpg files. I am currently using the RenderTargetBitmap class to do t …
2
votes
3answers
92 views
Problem embedding font and displaying it correctly in Flash
Hi guys, I'm looking for the right textfield parameters or work-around for my latest problem here dealing with Flash fonts & text fields.
I have a textFormat and textField gen …
1
vote
1answer
55 views
Emacs with smaller font size -> Text doesn’t align
I have a problem with Emacs (which is a great editor by the way), when I change the default font size and font, my text doesn't align anymore.
In use it in vhdl-mode, and it is re …
5
votes
3answers
54 views
On which operating systems or browsers are CSS font-family names case-sensitive
According to sitepoint (a source I typically highly trust) when specifying font-family names some Operating Systems/Browsers may be case-sensitive.
I've typically always used mixe …
0
votes
2answers
72 views
Embedding commercial fonts into websites
Good evening ladies and gentlemen!
Searching for a cross-browser solution to embed commercial fonts
like HelveticaNeue or Univers etc. I found some promising approaches.
First of …
