AdgToyText — Simple text entity that uses the cairo "toy" text API
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.
typedef struct _AdgToyText AdgToyText;
All fields are privates and should not be used directly. Use its public methods instead.
AdgToyText * adg_toy_text_new (const gchar *text);
Creates a new toy 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 toy text entity |
AdgToyTextwas last modified by gtk-doc on Sun 20 Mar 2011 09:36:52 PM CET