is_font_available method

is_font_available

Indicate whether the font is available.

Returns

true if font is available, otherwise false.

def is_font_available(self, font_name):
    ...
ParameterTypeDescription
font_namestrfont name

See Also