AdgPangoStyle

AdgPangoStyle — A font style with pango support

Synopsis

                    AdgPangoStyle;
AdgPangoStyle *     adg_pango_style_new                 (void);
PangoFontDescription * adg_pango_style_get_description  (AdgPangoStyle *pango_style);

Object Hierarchy

  GObject
   +----AdgStyle
         +----AdgFontStyle
               +----AdgPangoStyle

Description

Adds pango support to the AdgFontStyle class.

Details

AdgPangoStyle

typedef struct _AdgPangoStyle AdgPangoStyle;

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


adg_pango_style_new ()

AdgPangoStyle *     adg_pango_style_new                 (void);

Constructs a new pango style initialized with default params.

Returns :

a newly created pango style

adg_pango_style_get_description ()

PangoFontDescription * adg_pango_style_get_description  (AdgPangoStyle *pango_style);

Gets the PangoFontDescription of pango_style. The returned font is owned by pango_style and must not be destroyed by the caller.

pango_style :

an AdgPangoStyle object

Returns :

the font description
AdgPangoStyle 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