0
votes
1answer
20 views
generative typography ?
How would you define/create generative typography ? I thought also of some sort of "intelligent" adaption. For example a font that uses serifs in certain condition or not…
Are there some findings in …
0
votes
1answer
28 views
Embedded font looks different than supposed to
When an embedded font is used for a label it looks correct, but when the same font is used for a combobox, the selected item font looks different from the dropdown and label font.
@font-face
{
…
0
votes
2answers
17 views
Create a tag cloud of specific dimensions
Greetings,
I'd like to create an HTML tag cloud inside a box whose width and height are absolutely determined.
I want the text within to fit most efficiently--so if the text is simply one word, the …
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?
1
vote
1answer
27 views
What FontFamily Fonts can I use in a ListBox?
I'm trying to change the FontFamily of a ListBox to a fixed-width font, but I don't know what's available. Here's what I have:
<ListBox Margin="12,55,12,12" Name="listBox1" FontFamily="Arial" …
2
votes
2answers
43 views
Should we still use em and % for defining the font-size of the website elements?
I've found many suggestions on using different font-sizes and measure units for websites. Most of them suggest to define body font-size in % (100.1%) and use em for the rest part. I realize this is …
3
votes
3answers
106 views
Font linking in the registry
A few years back, I created a WinForms application that has been successfully deployed. The next version of the application must support Chinese and Korean characters. For aesthetic reasons, my client …
5
votes
6answers
103 views
Where do you find your fonts?
Where do you go to find fonts to use in web development or other.
0
votes
1answer
16 views
Determine font(s) used in uipasteboard text on the iPhone.
Here is the scenerio:
The user copies random text with mixed fonts.
How do I determine the font(s) used?
When the text is pasted from the UIPasteboard into a textview it correctly shows the mixed …
0
votes
0answers
20 views
Flash CS4 embedded font style issue
Hi der!
I'm using some fonts embedded in SWF in a program I'm developing. I need to use some specific font style like '37 Thin Condensed' and '26 Ultra Light Italic' etc... how can I specify these …
0
votes
0answers
13 views
Silverlight 3 Font Embedding and the Back Button Issue
I've hit an odd snag in font embedding. I've embedded the webdings.ttf font as outlined in Tim Heuer's blog article Embedding fonts in Silverlight 2
This works well but if I navigate away from the …
0
votes
9answers
176 views
How to prevent users from resizing the font on my web site?
How to prevent users from resizing the font on my web site?
1
vote
2answers
42 views
Which font should I use for Latin and East Asian characters
My application needs to be able to display text in English, German, Chinese, and Korean. I would like to use a single font throughout the application. I know I could use Arial Unicode MS or Lucida …
0
votes
5answers
62 views
Custom font and a CMS
I'm building a web site for an artist who has had a custom font made from his handwriting. He'd like to use this font extensively throughout the site - not for all body copy because it'd be difficult …
0
votes
4answers
86 views
font is STUCK in times new roman in ie.
I am building a page, and when it is viewed in IE (all versions) the entire text is stuck on times new roman. Here is my CSS:
body{
color:#222222;
margin:0 auto;
background-color:#000;
…
