Creates an HarfBuzz.face_t face object from the specified
font file and face index.
This is similar in functionality to hb_face_create_from_file_or_fail(),
but uses the FreeType library for loading the font file. This can
be useful, for example, to load WOFF and WOFF2 font data.
Creates an HarfBuzz.face_t face object from the specified font file and face index.
This is similar in functionality to
hb_face_create_from_file_or_fail(), but uses the FreeType library for loading the font file. This can be useful, for example, to load WOFF and WOFF2 font data.