AdgText

AdgText — A pango based text entity

Synopsis

                    AdgText;
AdgText *           adg_text_new                        (const gchar *text);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----AdgEntity
               +----AdgText

Implemented Interfaces

AdgText implements AdgTextual.

Description

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.

Details

AdgText

typedef struct _AdgText AdgText;

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


adg_text_new ()

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.

text :

the text

Returns :

the newly created text entity
AdgText 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