Pango Utilities — Utilities to use with the Pango text layout library
gchar * dzl_pango_font_description_to_css (const PangoFontDescription *font_desc);
const PangoFontDescription *font_desc
This function will generate CSS suitable for Gtk's CSS engine based on the properties of the PangoFontDescription.
A newly allocated string containing the CSS describing the font description.
[transfer full]