[AdgText] Initial implementation
commit121eb2a2e4559db702b0229e46f33814da2372be
authorNicola Fontana <ntd@entidi.it>
Wed, 16 Feb 2011 00:40:32 +0000 (16 01:40 +0100)
committerNicola Fontana <ntd@entidi.it>
Wed, 16 Feb 2011 00:40:32 +0000 (16 01:40 +0100)
treecd9e7a4c857ae725eb66fc9b6b87cff92d72355c
parent4213e2926f740c5dfbd124cad7086bc174c64358
[AdgText] Initial implementation

A new text entity that implements the AdgTextual interface, such as
AdgToyText, but it is based on pango.

Actually this entity, if compiled, is preferred over AdgToyText and the
decision is taken by redefining a couple of constant in adg-internal.h.
src/adg/Makefile.am
src/adg/adg-internal.h
src/adg/adg-text-private.h [new file with mode: 0644]
src/adg/adg-text.c [new file with mode: 0644]
src/adg/adg-text.h [new file with mode: 0644]