のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2015-12-10から1日間の記事一覧

hb-shape

$ printf '\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49' | hb-shape ./Garuda.ttf [uni0E27=0+558|uni0E31=0+0|uni0E19=2+684|uni0E19=3+684|uni0E35=3@-44,0+0|uni0E49=3@-41,0+0]$ printf '\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49' | hb-shape ./Garuda.ttf --ou…

hb-view unicode

$ cp /usr/share/fonts/truetype/tlwg/Garuda.ttf $ printf '\ue01' | hb-view ./Garuda.ttf $ printf '\ue01' | hb-shape ./Garuda.ttf [uni0E01=0+641]

hb-shape --help-all

u01@vm01:~$ hb-shape --help-all Usage: hb-shape [OPTION...] [FONT-FILE] [TEXT]Help Options: -h, --help Show help options --help-all Show all help options --help-font Options controlling the font --help-text Options controlling the input te…