Text abstraction framework 92/34192/8
authorNick Holland <nick.holland@partner.samsung.com>
Wed, 21 Jan 2015 18:01:57 +0000 (18:01 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 23 Jan 2015 15:21:31 +0000 (15:21 +0000)
commit16a0a28d5bacc9575e81e0ee0cecdb00e409baac
tree45005c26ba1d3cbe464c4fbfced5f19c7fb5d328
parent7e713f282f426401e7f7d0a6ccc9f7ebcccfff1c
Text abstraction framework

Basic classes for shaping, reordering, font client and segmentation
Change-Id: Id8244c9e7853a41605f1fe8e597b852d5684b8a9
18 files changed:
build/tizen/adaptor/Makefile.am
text-abstraction/file.list [new file with mode: 0644]
text-abstraction/internal/font-client-impl.cpp [new file with mode: 0644]
text-abstraction/internal/font-client-impl.h [new file with mode: 0644]
text-abstraction/internal/reordering-impl.cpp [new file with mode: 0644]
text-abstraction/internal/reordering-impl.h [new file with mode: 0644]
text-abstraction/internal/segmentation-impl.cpp [new file with mode: 0644]
text-abstraction/internal/segmentation-impl.h [new file with mode: 0644]
text-abstraction/internal/shaping-impl.cpp [new file with mode: 0644]
text-abstraction/internal/shaping-impl.h [new file with mode: 0644]
text-abstraction/public-api/font-client.cpp [new file with mode: 0644]
text-abstraction/public-api/font-client.h [new file with mode: 0644]
text-abstraction/public-api/reordering.cpp [new file with mode: 0644]
text-abstraction/public-api/reordering.h [new file with mode: 0644]
text-abstraction/public-api/segmentation.cpp [new file with mode: 0644]
text-abstraction/public-api/segmentation.h [new file with mode: 0644]
text-abstraction/public-api/shaping.cpp [new file with mode: 0644]
text-abstraction/public-api/shaping.h [new file with mode: 0644]