Hash : c25fddba Author : Date : 2025-05-05T15:50:16
[harfruzz] Add basic harfRuzz shaper
Download
1 2 3 4 5 6 7 8 9 10 11
mod hb; #[cfg(feature = "font")] mod font; #[cfg(feature = "font")] pub use font::hb_fontations_font_set_funcs; #[cfg(feature = "shape")] mod shape; #[cfg(feature = "shape")] pub use shape::_hb_harfruzz_shape;