Function

HarfBuzz-0.0HarfBuzzface_create_for_tablesSince 0.9.2

  • Variant of hb_face_create(), built for those cases where it is more convenient to provide data for individual tables instead of the whole font data. With the caveat that hb_face_get_table_tags() would not work with faces created this way. You can address that by calling the hb_face_set_get_table_tags_func() function and setting the appropriate callback.

    Creates a new face object from the specified user_data and reference_table_func, with the destroy callback.

    Parameters

    Returns face_t

    The new face object

    0.9.2