![]() |
![]() |
![]() |
adg-1 reference manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <adg-1/adg.h> struct AdgPangoStyle; struct AdgPangoStyleClass; AdgPangoStyle * adg_pango_style_new (void
); PangoFontDescription * adg_pango_style_get_description (AdgPangoStyle *pango_style
);
struct AdgPangoStyle;
All fields are private and should not be used directly. Use its public methods instead.
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
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 |
Since 1.0