[icu-le] Start adding a icu-layout-engine backend
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 24 Aug 2012 01:23:41 +0000 (21:23 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 24 Aug 2012 04:00:29 +0000 (00:00 -0400)
commit7d242364ea647f655a7092bda25f9a10774c57f5
tree90d87c3e29b9400c17356df09de5866b03abd066
parentb5584ee4be46b47e1678acf28426970a6d670b4f
[icu-le] Start adding a icu-layout-engine backend

Import PortableFontInstance and add shaper stub.
14 files changed:
configure.ac
src/Makefile.am
src/hb-icu-le.cc [new file with mode: 0644]
src/hb-icu-le/FontTableCache.cpp [new file with mode: 0644]
src/hb-icu-le/FontTableCache.h [new file with mode: 0644]
src/hb-icu-le/Makefile.am [new file with mode: 0644]
src/hb-icu-le/PortableFontInstance.cpp [new file with mode: 0644]
src/hb-icu-le/PortableFontInstance.h [new file with mode: 0644]
src/hb-icu-le/README [new file with mode: 0644]
src/hb-icu-le/cmaps.cpp [new file with mode: 0644]
src/hb-icu-le/cmaps.h [new file with mode: 0644]
src/hb-icu-le/letest.h [new file with mode: 0644]
src/hb-icu-le/license.html [new file with mode: 0644]
src/hb-icu-le/sfnt.h [new file with mode: 0644]