Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hb-view and hb-shape as result tests (and include image in project summary page) #276

Closed
5 tasks
davelab6 opened this issue Feb 13, 2014 · 1 comment
Closed
5 tasks

Comments

@davelab6
Copy link
Contributor

  • Add hb-view and hb-shape as result tests

www.harfbuzz.org

# 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
@davelab6 davelab6 modified the milestones: 2.0, 2014-Q2 Week 8, 2014-Q2 Week 11 May 22, 2014
@davelab6 davelab6 modified the milestones: 2.0, 2014-Q2 Week 11 May 30, 2014
@davelab6 davelab6 assigned vitalyvolkov and unassigned vitalyvolkov Jun 3, 2014
@davelab6 davelab6 self-assigned this Nov 11, 2014
@davelab6 davelab6 modified the milestones: 2014-Q4 Week 33, 2.0 Nov 11, 2014
@davelab6
Copy link
Contributor Author

I need to be much more specific about how I want this to work :)

@davelab6 davelab6 modified the milestones: 2.0, 2014-Q4 Week 33 Nov 24, 2014
@davelab6 davelab6 modified the milestones: Web UI Works Well, MISC Jul 6, 2016
@davelab6 davelab6 removed their assignment Jul 6, 2016
@davelab6 davelab6 added P3 Soon and removed P0 Urgent labels Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants