faceBuilderAddTable

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

Parameters

face harfbuzz.face.Face

A face object created with harfbuzz.global.faceBuilderCreate

tag harfbuzz.types.Tag

The #hb_tag_t of the table to add

blob harfbuzz.blob.Blob

The blob containing the table data to add

Return Value

Type: harfbuzz.types.Bool