![]() |
![]() |
![]() |
adg-1 reference manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <adg-1/adg.h>
struct AdgToyText;
struct AdgToyTextClass;
AdgToyText * adg_toy_text_new (const gchar *text
);
The AdgToyText class is a basic class to show simple text. It internally uses the so called cairo "toy" API and it shares the same limitations.
The toy text entity is not subject to the local matrix, only its origin is.
By default, the "local-mix" property is set to ADG_MIX_ANCESTORS_NORMALIZED on AdgToyText entities.
struct AdgToyText;
All fields are privates and should not be used directly. Use its public methods instead.
Since 1.0
AdgToyText * adg_toy_text_new (const gchar *text
);
Creates a new toy text entity using text
as its content.
|
the text |
Returns : |
the newly created toy text entity |
Since 1.0