[ADG] Moved text stuff from AdgToyText to AdgTextual
commit454cf69b36c793bdd85dfd0620e130b56397bd08
authorNicola Fontana <ntd@entidi.it>
Mon, 7 Feb 2011 22:52:37 +0000 (7 23:52 +0100)
committerNicola Fontana <ntd@entidi.it>
Mon, 7 Feb 2011 22:52:37 +0000 (7 23:52 +0100)
treebdca0047a15b5f285554336f31d070fcc054523b
parent48603d2764a2c5bd47b8451650ec19e73f3a256f
[ADG] Moved text stuff from AdgToyText to AdgTextual

Created the AdgTextual interface to abstract the textual entities
(actually involved only on AdgToyText) and preparing the road to
AdgText, the more serious text entity that will be based on pango-cairo
and that will probably correct all the "missing-glyph" issues.
17 files changed:
docs/adg/adg-docs.xml
po-properties/POTFILES.in
po/POTFILES.in
src/adg.h
src/adg/Makefile.am
src/adg/adg-adim.c
src/adg/adg-dim-private.h
src/adg/adg-dim.c
src/adg/adg-ldim.c
src/adg/adg-rdim.c
src/adg/adg-table.c
src/adg/adg-textual.c [new file with mode: 0644]
src/adg/adg-textual.h [new file with mode: 0644]
src/adg/adg-toy-text-private.h
src/adg/adg-toy-text.c
src/adg/adg-toy-text.h
src/adg/tests/test-toy-text.c