from_file method

from_file

Load FontFile from file name

Returns

FontFile instance

def from_file(self, file_name):
    ...
ParameterTypeDescription
file_namestrPath to the font file

See Also