AdgToyText

AdgToyText — Simple text entity that uses the cairo "toy" text API

Synopsis

                    AdgToyText;
AdgToyText *        adg_toy_text_new                    (const gchar *text);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----AdgEntity
               +----AdgToyText

Implemented Interfaces

AdgToyText implements AdgTextual.

Description

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.

Details

AdgToyText

typedef struct _AdgToyText AdgToyText;

All fields are privates and should not be used directly. Use its public methods instead.


adg_toy_text_new ()

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.

text :

the text

Returns :

the newly created toy text entity
AdgToyText was last modified by gtk-doc on Sun 20 Mar 2011 09:36:52 PM CET
Hosted by Get Automatic Drawing Generation at SourceForge.net. Fast, secure and Free Open Source software downloads
Search on this domain