blobCreateFromFileOrFail

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

blobCreateFromFileOrFail
(
string fileName
)

Parameters

fileName string

A font filename

Return Value

Type: harfbuzz.blob.Blob

An #hb_blob_t pointer with the content of the file, or NULL if failed.