blobCreateFromFileOrFail

fnharfbuzz.blob.Blob blobCreateFromFileOrFail(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 NULL if failed.