Docs.rs
text-typeset-1.6.0
text-typeset 1.6.0
Docs.rs crate page
MPL-2.0
29 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
jacquetc
Dependencies
etagere ^0.3
normal
fontdb ^0.23.0
normal
harfrust ^0.11.0
normal
hypher ^0.1.7
normal
icu_segmenter ^2
normal
swash ^0.2.9
normal
text-document ^1.6.3
normal
optional
thiserror ^2.0
normal
unicode-bidi ^0.3
normal
insta ^1.48.0
dev
proptest ^1
dev
text-document ^1.7.0
dev
Versions
56.94%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module table
text_
typeset
1.6.0
Module table
Module Items
Structs
Functions
In text_
typeset::
layout
text_typeset
::
layout
Module
table
Copy item path
Source
Structs
§
Cell
Layout
Cell
Layout
Params
Parameters for a single table cell.
Table
Layout
Computed layout for an entire table.
Table
Layout
Params
Parameters for a table, extracted from text-document’s TableSnapshot.
Functions
§
generate_
table_
decorations
Generate border and background decoration rects for a top-level table.
generate_
table_
decorations_
at
Generate border and background decoration rects for a table whose origin is shifted by
(offset_x, offset_y)
— a table nested inside a frame (e.g. a blockquote), where the offsets are the frame’s content origin.
layout_
table
Lay out a table: distribute column widths, lay out cell contents, compute row heights.