|
|
|
|
adg-1 reference manual |
|
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct AdgPangoStyle; struct AdgPangoStyleClass;PangoFontDescription * adg_pango_style_get_description (AdgPangoStyle *pango_style); AdgPangoStyle * adg_pango_style_new (void);
struct AdgPangoStyle;
All fields are private and should not be used directly. Use its public methods instead.
Since 1.0
PangoFontDescription * adg_pango_style_get_description (AdgPangoStyle *pango_style);
Gets the 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 |
Since 1.0
AdgPangoStyle * adg_pango_style_new (void);
Constructs a new pango style initialized with default params.
|
Returns : |
a newly created pango style |
Since 1.0