Hide backend-specific shape functions
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 12 Apr 2012 18:53:53 +0000 (14:53 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 12 Apr 2012 18:53:53 +0000 (14:53 -0400)
commit6bd9b479b8b2befbb0847282e93beade197c8038
treefdb4ca6148c486a412f038a4cb0a2223e39ef489
parentc6035cf802c60f0526f421f39a55886061df94ee
Hide backend-specific shape functions

Also remove shaper_options argument to hb_shape_full().  That was
unused and for "future".  Let it go.

More shaper API coming in preparation for plan/planned API.
16 files changed:
configure.ac
src/Makefile.am
src/hb-fallback-shape-private.hh
src/hb-fallback-shape.cc
src/hb-graphite2-private.hh [moved from src/hb-ot-shape.h with 69% similarity]
src/hb-graphite2.cc
src/hb-graphite2.h
src/hb-ot-shape-private.hh
src/hb-ot-shape.cc
src/hb-ot.h
src/hb-shape.cc
src/hb-shape.h
src/hb-uniscribe-private.hh [new file with mode: 0644]
src/hb-uniscribe.cc
src/hb-uniscribe.h
util/options.hh