Gimp.Font.get_by_name
function get_by_name(name: String): Gimp.Font {
// Gjs wrapper for gimp_font_get_by_name()
}
Returns the font with the given name.
Returns the font with the given name.
Since 3.0
- name
The name of the font.
- Returns
The font.