AdgText — A pango based text entity
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.
typedef struct _AdgText AdgText;
All fields are privates and should not be used directly. Use its public methods instead.
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
ADG_LOCAL_NORMALIZED.
|
|
the text |
|
Returns : |
the newly created text entity |