Function fonts::platform::freetype::font::create_face

source ยท
fn create_face(
    data: Arc<Vec<u8>>,
    face_index: u32,
) -> Result<FT_Face, &'static str>