is_font_available method

is_font_available(, font_name)

Indicate whether the font is available.

Returns

true if font is available, otherwise false.


@staticmethod
def is_font_available(font_name):
    ...
ParameterTypeDescription
font_nameSystem.Stringfont name

See Also