Gimp.Font.get_pango_font_description
@accepts(Gimp.Font)
@returns(Pango.FontDescription)
def get_pango_font_description(self):
# Python wrapper for gimp_font_get_pango_font_description()
Returns a [class@Pango.Font.Description] representing self.
Since 3.0
- self
the [class@Gimp.Font]
- Returns