Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by Joncom

As you can see there is 1px seperating the letters. I'd like there to be none.

/><br />
<br />
Thoughts?			</div>
		</div>
			<div class=

1 decade ago by alexandre

The online font generator has an Extra Spacing entry field. Does exactly that.

If OTOH you want to do this in code, you could write your own ig.Font subclass. Should be quite easy. Hell, even a curvature parameter should be feasible. I'd imagine that Joncom title curving nicely around the character in your post.

1 decade ago by Joncom

[edit] Nevermind...Found it!

I changed line 83 in font.js -- inside the _drawChar() function to this:

return this.widthMap[c];// + 1;

Worked like a charm.

1 decade ago by alexandre

The online font generator has an Extra Spacing entry field. Does exactly that.


Extra spacing can be negative. Enter -1 in the field to get 0 margin between letters.

1 decade ago by Joncom

Quote from alexandre
Extra spacing can be negative. Enter -1 in the field to get 0 margin between letters.


I never knew that. Thanks :)
Page 1 of 1
« first « previous next › last »