Layout.setFontDescription
void setFontDescription(pango.font_description.FontDescription desc = null)Sets the default font description for the layout.
If no font description is set on the layout, the font description from the layout's context is used.
Parameters
desc | the new [pango.font_description.FontDescription] to unset the current font description |