Mayo
refactor(renderer): bubble-aware latin layout with BubbleIndex lookup
33abf07 unverified
Raw
History Blame Contribute Delete
184 Bytes
pub mod font;
pub mod layout;
pub mod renderer;
pub mod segment;
pub mod shape;
pub mod text;
pub mod types;
pub use types::{RenderBlock, TextAlign, TextDirection, TextShaderEffect};