0
votes
1answer
29 views
Change font size in Emacs cli
How can i change Emac's default font size in command-line, not the X version of emacs?
1
vote
3answers
85 views
Embedding Fonts in AS3 - Dynamic Text Field disappears
This is hopefully a new problem or just me missing something obvious. Please help! I'm embedding a font into my AS3 application. I'm doing everything by-the-book and it half-works. …
0
votes
1answer
18 views
Text shadow in IE, alternatives
I have a need for text-shadow for inline, long, paragraph text in IE. I understand progressive enhancement, but the situation is different. I do absolutely need text-shadow, it's n …
175
votes
112answers
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?
0
votes
2answers
29 views
Rendering and loading fonts into the FontCache on a background thread?
I am trying to show a Font picker list similar to the one in Blend:
Like Blend, I am seeing performance issues when the FontFamilies are not loaded in the FontCache.
It seems …
5
votes
8answers
196 views
How to use our custom font on our website
How to use a stylish font on my website that works on all browsers
0
votes
1answer
24 views
SVG, text , font with fixed width/height
Hi all,
I'm trying to get a SVG 'text' element fitting inside of a svg 'rect' element. e.g. In the example below, I used a monospace text of 5 chars with a font-size of 100px and I …
0
votes
1answer
30 views
iTextSharp Crashes with a StackOverflowException when getting a font
iTextSharp really, really doesn't like it when I try to create Fonts:
FontFactory.GetFont(Font.HELVETICA, 12)
This gives me a user-friendly StackOverflowException. So I tried th …
1
vote
1answer
40 views
LaTeX: Specifying default document-wide font
For some fonts, it's easy to replace the default font with something like: \renewcommand{\rmdefault}{somefont}.
However, some fonts, like BrushScriptX
want you to use a special co …
1
vote
1answer
30 views
What are the options to get \mathcal working for lower case letters?
that is I'd like $\mathcal{l}=\mathcal{L}$ to produce two letters. I know \mathcal works (predictably) on upper case letters only. Thanks.
0
votes
3answers
45 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 . …
2
votes
3answers
117 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
3answers
44 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 …
3
votes
3answers
59 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 …
1
vote
3answers
25 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 …
