[Indic] Start an Indic shaper
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 2 Jun 2011 21:43:12 +0000 (17:43 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 2 Jun 2011 21:43:12 +0000 (17:43 -0400)
commitb9ddbd55930228422e82b34a141ad1b6093f5376
tree5b5a914643be8451d91b96a0673057ddc7243277
parent697a65c5f5cda53bc68720886a253a019e8212a8
[Indic] Start an Indic shaper

Nothing functional in there yet.

So far, we're parsing IndicSyllabicCategory.txt and IndicMatraCategory.txt
fils from Unicode Character Database and store them in an array to be used
by the shaper.  Also hooked up the shaper, but it does not do anything
right now.
src/Makefile.am
src/gen-indic-table.py [new file with mode: 0755]
src/hb-ot-shape-complex-arabic.cc
src/hb-ot-shape-complex-indic-table.hh [new file with mode: 0644]
src/hb-ot-shape-complex-indic.cc [new file with mode: 0644]
src/hb-ot-shape-complex-private.hh
src/hb-ot-shape-private.hh