Gimp.fonts_get_list

function fonts_get_list(filter: String): Array(String) {
    // Gjs wrapper for gimp_fonts_get_list()
}
  

Retrieve the list of loaded fonts.

This procedure returns a list of the fonts that are currently available.

filter

An optional regular expression used to filter the list.

Returns

The list of font names. The returned value must be freed with g_strfreev().