faceBuilderAddTable
fn
harfbuzz.types.Bool faceBuilderAddTable(harfbuzz.face.Face face, harfbuzz.types.Tag tag, harfbuzz.blob.Blob blob)Add table for tag with data provided by blob to the face. face must be created using harfbuzz.global.faceBuilderCreate.
Parameters
face | A face object created with harfbuzz.global.faceBuilderCreate |
tag | The #hb_tag_t of the table to add |
blob | The blob containing the table data to add |