get_font_file_data_info method

get_font_file_data_info(, font_name, is_bold, is_italic, is_exact_style)

Get data infomation of font file data.

Returns

Data infomation of font file data.


@staticmethod
def get_font_file_data_info(font_name, is_bold, is_italic, is_exact_style):
    ...
ParameterTypeDescription
font_nameSystem.Stringfont name
is_boldboolthe font style is bold or not
is_italicboolthe font style is italic or not
is_exact_styleboolwhether to match the given bold/italic style exactly

See Also