floem_renderer 0.2.0

A native Rust UI library with fine-grained reactivity
Documentation
1
2
3
4
5
6
7
8
9
mod attrs;
mod layout;

pub use attrs::{Attrs, AttrsList, AttrsOwned, FamilyOwned, LineHeightValue};
pub use cosmic_text::{
    fontdb, CacheKey, Cursor, Family, LayoutGlyph, LayoutLine, Stretch, Style, SubpixelBin,
    SwashCache, SwashContent, Weight, Wrap,
};
pub use layout::{HitPoint, HitPosition, TextLayout, FONT_SYSTEM};