a CSS property that defines the spacing between text characters

learn more… | top users | synonyms

7
votes
1answer
243 views

Why is this font so big in Java?

I’m trying to use OpenDyslexic as a font option in a Swing application. But surprisingly, OpenDyslexic looks much bigger than any other font at the same point size, even though it looks normally sized ...
0
votes
2answers
61 views

Custom script font kerning and letter spacing with fontface

I'm having an issue with a script font called Thirsty Script Bold that I'm using on my site. The letter spacing appears to be correct for some letters, but not for others. I haven't even touched the ...
0
votes
1answer
51 views

Jquery - Fit text into element with only letterspacing & word-spacing

Is there a plugin for this? I have been screening of the internetz and found bigText, Justify, fitText, textFit but they all seem to work with the font-size which I dont want to do. I only want the ...
0
votes
2answers
70 views

CSS letter-spacing SAFARI

I have my site how I like it, cross browser, although I have letter-spacing in CSS, but in safari it does not understand what I have, it ruins the design - any advice? Here is the CSS: body { ...
2
votes
3answers
71 views

How to slowly change the letter spacing of an h1 once the div it's in is clicked?

I have a class I named '.social' that I have open up once the div is clicked. Inside is a switch case statement so that once it is clicked, if you click it again, the div closes back up. I am only ...
1
vote
1answer
44 views

Is it possible to somehow get a html element as an image to render on a canvas?

It may seem like a really random question, but I am trying to figure out a hack to get correctly letter-spaced text rendered on a canvas. After much searching in google it seems like there is no way ...
0
votes
0answers
100 views

How to give letter spacing in AndEngine Text?

I want to know how to give letter spacing in AndEngine Text. I am using transformers font and I want to give letter spacing in my Text (AndEngine). Here is an example: How could I do this via ...
2
votes
1answer
75 views

How to adjust letter-spacing in JavaFX

When using JavaFX2, how can i adjust the letter-spacing between characters of a Text object? Examples either in code or css are welcome.
0
votes
1answer
139 views

Why does Chrome & Opera ignores my letter-spacing: 0.03em;?

So any idea why does Chrome (17.0.963.79) & Opera (12.12) ignores my "letter-spacing: 0.03em;" to the body text? While in Mozilla and IE it works. <!DOCTYPE html> <html> ...
1
vote
1answer
148 views

AngularJS + ng-repeat + inline-block with letter-spacing

I have a problem with letter-spacing for my inline-block elements. As you see there(jsfiddle) my lower elems are collapse, because they are not separate with '\n' or gap. If I repeat that with ...
1
vote
1answer
94 views

Finding width of the GlyphRun in sharp dx

I could not manage to calculate the width of the glyphRun using the sharp DX. Below is the code I use to render the glyphRun and the string needs to be rendered as char as below. private void ...
1
vote
0answers
131 views

Letter-spacing bug: Webkit browsers ignore letter-spacing less than 1px

Webkit browsers like Chrome and Safari ignore letter-spacing less than 1px (or 0.1em) while Firefox displays 0.1px steps just fine: http://jsfiddle.net/d5y6n/2/ Is there a possibility to make Webkit ...
0
votes
1answer
35 views

Best framework for new application which handle text(fonts,characters)

I need to create application, using which user can handle text in graphical interface. User can move text objects inside parent panel/canvas or something, change fonts, change size of characters ...
0
votes
1answer
158 views

Building a Software for adjusting kerning and spacing of Characters in a Typeface

As the title suggests, I want to build a software that can read .ttf and .otf files and then allow user to adjust the kerning, character widths and character spacing. I know about the project freetype ...
0
votes
1answer
754 views

-0.5px letter-spacing in CSS not working in Chrome

I have @font-face installed and have reduced letter spacing by letter-spacing: -0.5px This works well in Firefox, but doesn't seem to work in Chrome. How can I get the negative letter-spacing to ...
0
votes
2answers
136 views

Achieve letter-spacing in RaphaelJs

Is there a way to set letter-spacing in raphael js text? It can be done easily in CSS, how can I do it in raphael? Any hacks would also do..
1
vote
4answers
408 views

Spaces disappeared

For some reason, the spaces between words on a font that I am using disappeared. See: http://www.fantasynews.com/ I'm using Twitter Bootstrap slightly modified to use Google Web fonts. The font in ...
0
votes
2answers
275 views

Letter spacing issue with 'overlapping' character

I'm having some trouble with a font I found on Google Web Fonts. As you can see in the image posted below, the capital V in 'Versus' overlaps with the 'e' when i'm using Firefox. Though when i'm ...
2
votes
1answer
91 views

content after letter-spacing css

My purpose is to have two letters in a pseudo-element's content, with a spacing of 1 pixel between each letter. I have tried the obvious, which is assigning a letter-spacing of 1 pixel: #tweetList ...
4
votes
3answers
719 views

CSS letter-spacing and proportional fonts

So I know that my question is pretty technical, but basically I would like to know specifically how the following CSS affects the display of text in <p> tags. p { letter-spacing:2px; ...
0
votes
0answers
2k views

Chrome and letter-spacing -0.08em or more (closer to zero)

Here is a <style> #mydiv { letter-spacing: -0.08em; width:800px; height:300px; } </style> `<div id="mydiv">Here is some predefined and fixed text I want to be exactly 800px (or ...
2
votes
3answers
841 views

css - letter-spacing under webkit - any workaround?

i'm struggling with the fact that webkit browsers like safari won't support letter-spacing smaller than 1 pixel. is there any solution yet? i was thinking about converting my font and adding ...
2
votes
1answer
429 views

jQuery letterSpacing animation bug

I'm really a beginner to jQuery and today i tried to create this cute sort of horizontal accordion menu, with some text on it. Now i got the accordion working, but I also tried to animate the letter ...
2
votes
3answers
1k views

Safari, letter-spacing with custom font

Using the Dosis font from Google Webfonts ... @import url(http://fonts.googleapis.com/css?family=Dosis:400,300,200,500,600,700,800); after extensive testing in Firefox and Safari, while being ...
0
votes
1answer
2k views

Webkit, letter-spacing issues with webfonts

Here's my issue. Using a Google Webfont called "PT Sans Narrow" on a site project. To preface, FF and IE are showing it perfectly. Webkit browsers are a bit of another story though, the font loads ...
11
votes
4answers
2k 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 ...
1
vote
1answer
198 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 ...
13
votes
4answers
6k 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 ...
4
votes
2answers
2k 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
854 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
2answers
956 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!
2
votes
1answer
1k 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
704 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: ...
17
votes
10answers
6k 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 ...
0
votes
2answers
1k 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 ...
7
votes
2answers
5k 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 ...