Hindi reshaping library
authorPrameet Keshore Sinha <prakash@local-desktop.(none)>
Mon, 8 Mar 2010 12:00:10 +0000 (17:30 +0530)
committerPrameet Keshore Sinha <prakash@local-desktop.(none)>
Mon, 8 Mar 2010 12:00:10 +0000 (17:30 +0530)
commit6ed8321ea5a724e420ff97c87d92e25af1df49a3
treed5fb0cdf0f0823f6aecda54d0283af2d2a1ba622
parent19ea4d27f000193ca5b48c09bf16c89ba26ee0e4
Hindi reshaping library
60 files changed:
harfbuzz-0.1/Makefile [new file with mode: 0755]
harfbuzz-0.1/build-stamp [new file with mode: 0644]
harfbuzz-0.1/config.guess [new file with mode: 0644]
harfbuzz-0.1/config.guess11 [new file with mode: 0644]
harfbuzz-0.1/config.sub [new file with mode: 0644]
harfbuzz-0.1/debian/changelog [new file with mode: 0755]
harfbuzz-0.1/debian/compat [new file with mode: 0755]
harfbuzz-0.1/debian/control [new file with mode: 0755]
harfbuzz-0.1/debian/copyright [new file with mode: 0755]
harfbuzz-0.1/debian/dirs [new file with mode: 0755]
harfbuzz-0.1/debian/docs [new file with mode: 0755]
harfbuzz-0.1/debian/files [new file with mode: 0644]
harfbuzz-0.1/debian/libharfbuzz-dbg/DEBIAN/control [new file with mode: 0644]
harfbuzz-0.1/debian/libharfbuzz-dbg/DEBIAN/md5sums [new file with mode: 0644]
harfbuzz-0.1/debian/libharfbuzz.install [new file with mode: 0644]
harfbuzz-0.1/debian/libharfbuzz.substvars [new file with mode: 0644]
harfbuzz-0.1/debian/libharfbuzz/DEBIAN/control [new file with mode: 0644]
harfbuzz-0.1/debian/libharfbuzz/DEBIAN/md5sums [new file with mode: 0644]
harfbuzz-0.1/debian/rules [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-buffer-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-buffer.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-dump.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-external.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-gdef-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-gdef.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-global.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-gpos-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-gpos.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-gsub-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-gsub.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-impl.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-open-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-open.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-shape.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-shaper-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-shaper.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-stream-private.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz-stream.h [new file with mode: 0755]
harfbuzz-0.1/include/harfbuzz.h [new file with mode: 0755]
harfbuzz-0.1/include/hb_unicode_tables.h [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-arabic.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-buffer.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-dump.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-external.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-gdef.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-gpos.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-gsub.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-hangul.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-hebrew.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-impl.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-indic.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-khmer.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-myanmar.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-open.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-shaper-all.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-shaper.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-stream.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-thai.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz-tibetan.c [new file with mode: 0755]
harfbuzz-0.1/src/harfbuzz.c [new file with mode: 0755]