faceBuilderAddTable

fnharfbuzz.types.Bool faceBuilderAddTable(harfbuzz.face.Face face, harfbuzz.types.Tag tag, harfbuzz.blob.Blob blob) nothrow

Add table for tag with data provided by blob to the face. face must be created using harfbuzz.global.faceBuilderCreate.

Parameters

faceA face object created with harfbuzz.global.faceBuilderCreate
tagThe #hb_tag_t of the table to add
blobThe blob containing the table data to add

Returns