のねのBlog

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

2015-11-05から1日間の記事一覧

build log

./configure --prefix=$HOME/usr 2>&1 | tee configure_1.log make 2>&1 | tee build_1.log make install 2>&1 | tee install_1.log

pkg-config --help

u01@vm01:~/layout/oss/pango-1.36.8$ pkg-config --help

pango config --help

u01@vm01:~/layout/oss/pango-1.36.8$ ./configure --help

Failed to load Pango module

u01@vm01:~/layout/text$ pango-view --font="Garuda 50" test-thai_s1.txt (pango-view:47169): GLib-GObject-WARNING **: cannot register existing type 'PangoEngine' (pango-view:47169): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0…

log

./configure 2>&1 | tee configure_1.log ./make 2>&1 | tee build_1.log

pango configure

u01@vm01:~/layout/oss/pango-1.36.8 $ ./configure --prefix=$HOME/usr -enable-static -disable-shared --with-included-modules=yes

hb-view file

u01@vm01:~/layout/text$ hb-view /usr/share/fonts/truetype/tlwg/Garuda.ttf --text-file=test-thai_s1.txt --output-format=png --output-file=hb_thai_s1.png

hb-shape

u01@vm01:~/layout/text$ hb-shape /usr/share/fonts/truetype/tlwg/Garuda.ttf --text="abc" [a=0+569|b=1+569|c=2+511] u01@vm01:~/layout/text$ hb-shape /usr/share/fonts/truetype/tlwg/Garuda.ttf --text-file=test-thai_s1.txt [uni0E25=0+607|uni0E4…

hb-view

u01@vm01:~/layout/text$ hb-view /usr/share/fonts/truetype/tlwg/Garuda.ttf --text="abc" ▊ ▊ ▊ ▁▄ ▁ ▊ ▃ ▂ ▁▄ ▄▁ ▆▇▇▇▆ ▏ ▊ ▆▇▇▆ ▅▇▇▆▅ ▖ ▉ ▟ ▋ ▌ ▊ ▟ ▙ ▟ ▁▂▂▃▄ ▊ ▏ ▃ ▊ ▎ ▉ ▆ ▋ ▊ ▗▄▄ ▗ ▊ ▟ ▙ ▗ ▙ ▄ ▊ ▄▄ ▟ ▙ ▄ ▆ ▄▆ ▙ ▟ ▅ ▄▆ ▇▅ ▅▇

hb-view --help-all

u01@vm01:~/layout/text$ hb-view --help-all

harfbuzz configure

u01@vm01:~/layout/oss/harfbuzz-1.0.6$ ./configure -h

pango-view

pango-view --font="garuda 50" test-thai2.txt

fc-list

fc-list :lang=th /usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf: Tlwg Typo:style=Bold /usr/share/fonts/X11/misc/7x14.pcf.gz: Fixed:style=Regular /usr/share/fonts/truetype/tlwg/Umpush.ttf: Umpush:style=Book /usr/share/fonts/truetype/freef…