faceBuilderSortTables
fn
void faceBuilderSortTables(harfbuzz.face.Face face, harfbuzz.types.Tag[] tags)Set the ordering of tables for serialization. Any tables not specified in the tags list will be ordered after the tables in tags, ordered by the default sort ordering.
Parameters
face | A face object created with [harfbuzz.global.faceBuilderCreate] |
tags | ordered list of table tags terminated by HB_TAG_NONE |