blobCreateFromFile

fnharfbuzz.blob.Blob blobCreateFromFile(string fileName)

Creates a new blob containing the data from the specified binary font file.

Parameters

fileNameA font filename

Returns

An #hb_blob_t pointer with the content of the file,

or [harfbuzz.global.blobGetEmpty] if failed.