[AdgPangoStyle] Initial implementation
commit4213e2926f740c5dfbd124cad7086bc174c64358
authorNicola Fontana <ntd@entidi.it>
Wed, 16 Feb 2011 00:22:41 +0000 (16 01:22 +0100)
committerNicola Fontana <ntd@entidi.it>
Wed, 16 Feb 2011 00:22:41 +0000 (16 01:22 +0100)
tree81186dae5330155acef46adc4529ab32e8de2b83
parent822bbfeb0586eb60befaa1b090a5f831868d27db
[AdgPangoStyle] Initial implementation

A new class derived from AdgFontStyle that adds pango support to the
latter. The pango suppor is optional so, when not enabled, the ADG
should fail gracefully, that is must use AdgFontStyle instead of
AdgPangoStyle without complaints.
src/adg/Makefile.am
src/adg/adg-dress-builtins.c
src/adg/adg-internal.h
src/adg/adg-pango-style-private.h [new file with mode: 0644]
src/adg/adg-pango-style.c [new file with mode: 0644]
src/adg/adg-pango-style.h [new file with mode: 0644]