You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# harfbuzz maps the table and accesses it directly w/o loading into memory.# data structures just match file bits directly so you can scroll around in it.# used by everyone except Apple and Microsoft these days :-)
sudo apt-get install -y libfreetype6-dev libglib2.0-dev libcairo2-dev \
autoconf automake libtool pkg-config ragel gtk-doc-tools;cd~/src;
git clone git://anongit.freedesktop.org/harfbuzz;cd harfbuzz;
./autogen.sh;
make;cd util;
./hb-view ~/src/googlefontdirectory/apache/droidarabicnaskh/DroidNaskh-Regular.ttf 'بهداد'| display
# image output
./hb-shape /tmp/DroidNaskh-Regular.ttf 'بهداد'# [uni062F=4+997|uni0627=3+573|uni062F.fina=2+1141|uni0647.medi=1+938|uni0628.init=0+664]# [ glyph = inputglyph width_in_font_units <<| next glyph>> ]# If a font renders properly w/hb-view but NOT in browser you probably have an OTS issue
www.harfbuzz.org
The text was updated successfully, but these errors were encountered: