blobCreateFromFile

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

blobCreateFromFile
(
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 harfbuzz.global.blobGetEmpty if failed.