Skip to content

Releases: karappo/jquery.kerning.js

v0.3.1

12 Dec 15:24
Compare
Choose a tag to compare
  • Fix collapse style issue #10

v0.3.0

13 Jul 05:52
Compare
Choose a tag to compare
  • 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

28 Jun 18:04
Compare
Choose a tag to compare
  • destroy feature
  • repeat kerning
  • data extending

v0.1.1

23 Mar 14:40
Compare
Choose a tag to compare

Simple kerning data format

v0.1.0

23 Mar 14:38
Compare
Choose a tag to compare

First release