The letter-spacing tag has no wiki summary.
14
votes
8answers
2k views
IE9 letter-spacing problem
I have a page that renders ok, in FF (3x, 4x), Chrome, IE (6, 7, 8).
When tested on IE9 the texts are wider.
Investigating the problem it appears that the text is actually rendered whith letters ...
6
votes
2answers
1k views
CSS text justify with letter spacing
Is there a way to automatically justify words using letter spacing, each in its row, to a defined width, using CSS?
For example, "Something like this" would look, well, something like this:
Is ...
5
votes
2answers
112 views
Letter spacing in canvas element
The question says it all pretty much. I've been searching around and starting to worry that it's impossible.
I've got this canvas element that I'm drawing text to. I want to set the letter spacing ...
3
votes
4answers
378 views
Is there a way to make css letter-spacing: 0.5 px?
I ran across the problem, I need to make it easy for users to read the text, so I used letter-spacing of 1 px, but it looks ugly, so I thought I'll use half a pixel so 0.5px, but it doesn't work, I ...
2
votes
2answers
190 views
how to do you use letter-spacing smaller than 1px
I have a web font that I am trying to get the spacing just right. I have it set at letter-spacing: .03px. Works great in firefox 5, But i know this doesn't work across browsers. Is there anything i ...
1
vote
1answer
83 views
Need advice for making a fixed-spacing font for html5 annotation canvas application
I know trying for fixed-display is usually a web design no-no, but please hear me out!
I'm developing a whiteboard-like addition to the forum I run. Long-story-short, the idea is that a user can ...
1
vote
1answer
491 views
How to modify letter-spacing in a JTextPane?
I'm need to modify letter-spacing (font tracking) in a JTextPane, and I can't get it to work.
When I'm using a JTextArea, I can just do:
Font font = new Font("Courier New", Font.PLAIN, 10);
HashMap ...
1
vote
2answers
184 views
CSS: adjusting spacing between letter according to container width?
I have vertically rotated span element with some text in it:
span{
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: ...
0
votes
0answers
27 views
Why do I get proportional spacing on a multi string UITextView field
I am trying to create a multiple line string to be displayed in a UITextView. I create and append each string and then pad to the correct position. When I log the resulting string in the debugger, ...
0
votes
1answer
399 views
Dynamically resize/space text to fit div
I have a div with a fixed width, but the text inside (someones name) will vary. Is there a way of dynamically resizing/letter-spacing the text to fit perfectly in the div?
However, I cannot use ...
0
votes
1answer
389 views
can you adjust the kerning between individual letters with Cufon?
Hey all..
exactly as it sounds.
currently using @fontface, lettering.js, and kern.js to get this word pretty and scalable.
would love to do all that and throw a pretty gradient on top.
thanks!
0
votes
2answers
600 views
@font-face displays different letter-spacing for different files
We have some non-standard webfonts (wich we have a license for) and we received the
.otf version of that font. There are some online tools to convert the fonts to the web-formats and then with some ...