[fontations] More experiments

This commit is contained in:
Behdad Esfahbod 2025-03-03 23:55:42 -07:00 committed by Khaled Hosny
parent db6431f140
commit e1c934421a
2 changed files with 2 additions and 14 deletions

View file

@ -1,13 +0,0 @@
[package]
name = "harfbuzz_fontations"
version = "0.1.0"
edition = "2021"
[lib]
name = "harfbuzz_fontations"
crate-type = ["rlib"]
[dependencies]
read-fonts = "0.20"
skrifa = "0.20"
libc = "0.2"

View file

@ -6,7 +6,8 @@ use std::os::raw::{c_void};
use std::ptr::{null_mut};
// If you want to parse TTF/OTF with read-fonts, etc. import them:
// use read_fonts::FontRef;
//extern crate read_fonts;
//use read_fonts::FontRef;
// use skrifa::{...};
// A struct for storing your “fontations” data