Jquery.kerning.js Versions Save

The jQuery kerning plugin specific with Japanese webfont.

v0.3.1

9 years ago
  • Fix collapse style issue #10

v0.3.0

9 years ago
  • Support initializing with HTML attributes
<p data-kerning>
javascriptを書かなくても、HTML側の属性設定でカーニング可能に。
</p>

with kerning-data

<p data-kerning='{data:{kerning:{"う":[-0.2,-0.2]}}}'>
あいうえお
</p>
  • Support direct json file specification
$('p').kerning("path/to/kerning-data.json");

v0.2.0

9 years ago
  • destroy feature
  • repeat kerning
  • data extending

0.1.1

10 years ago

Simple kerning data format

0.1.0

10 years ago

First release