AdgPangoStyle — A font style with pango support
AdgPangoStyle; AdgPangoStyle * adg_pango_style_new (void); PangoFontDescription * adg_pango_style_get_description (AdgPangoStyle *pango_style);
typedef struct _AdgPangoStyle AdgPangoStyle;
All fields are private and should not be used directly. Use its public methods instead.
AdgPangoStyle * adg_pango_style_new (void);
Constructs a new pango style initialized with default params.
|
Returns : |
a newly created pango style |
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.
|
|
an AdgPangoStyle object |
|
Returns : |
the font description |
AdgPangoStylewas last modified by gtk-doc on Sun 20 Mar 2011 09:36:52 PM CET