Gimp.context_get_font

function context_get_font(): String {
    // Gjs wrapper for gimp_context_get_font()
}
  

Retrieve the currently active font.

This procedure returns the name of the currently active font.

Since 2.2

Returns

The name of the active font. The returned value must be freed with g_free().