らんだむな記憶

blogというものを体験してみようか!的なー

ideohint(2)

試しにRictyDiminished-Regular.ttfに適用してみる。おっそ

$ ttfautohint -d RictyDiminished-Regular.ttf RictyDiminished-Regular_dehinted.ttf

でまずはインストラクションを除去。
ideohint extractがなくなっているようなので適当に読み替えて以下のように試行。

$ otfccdump RictyDiminished-Regular_dehinted.ttf -o input.otd
$ ideohint otd2hgl input.otd -o glyphlist.hgl
$ ideohint hint glyphlist.hgl -o instructions.hgi
$ ideohint apply instructions.hgi input.otd -o output.otd
$ otfccbuild output.otd -o output.ttf

で一応モノはできた。ideohint hintのフェイズがぼろくそに時間がかかった。1時間30分くらいか。strategy parametersについて色々変えて適用ーというのには時間がかかり過ぎてなかなか厳しいなぁという印象。