[AdgText] Moved text proxy login into adg-text-internal.h
commit3135f86356f44093fd3e514d13e539b83db513a4
authorNicola Fontana <ntd@entidi.it>
Sun, 20 Feb 2011 18:54:46 +0000 (20 19:54 +0100)
committerNicola Fontana <ntd@entidi.it>
Sun, 20 Feb 2011 18:54:46 +0000 (20 19:54 +0100)
tree50a388b0ca6d89536ad35bda27050d5ef8dbcd09
parented0839742f249b9b38c5344fb068709d2fae7b48
[AdgText] Moved text proxy login into adg-text-internal.h

Some entities, most notably AdgDim and AdgTable, must deal with text in
an abstract way, that is they should transparently use AdgToyText when
ADG is built without pango support and AdgText otherwise. The
adg-text-internal.h header file provides an abstraction layer and
resolves ADG_TYPE_BEST_TEXT and ADG_TYPE_BEST_FONT_STYLE to the best
type available.
docs/adg/Makefile.am
src/adg/Makefile.am
src/adg/adg-dim.c
src/adg/adg-dress-builtins.c
src/adg/adg-internal.h
src/adg/adg-pango-style.c
src/adg/adg-text-internal.h [new file with mode: 0644]