![]() |
![]() |
![]() |
adg-1 reference manual |
![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
The AdgText class is the main class for showing text. It works the same way as AdgToyText but uses pango instead of the so called cairo "toy" API.
The text entity is not subject to the local matrix, only its origin is.
struct AdgText;
All fields are privates and should not be used directly. Use its public methods instead.
Since 1.0
AdgText * adg_text_new (const gchar *text
);
Creates a new text entity using text
as its content.
The "local-method" property is set by default to
|
the text |
Returns : |
the newly created text entity |
Since 1.0