mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
update docs for dx in rowspans.rs
This commit is contained in:
parent
f38985bd9b
commit
cf146b6f4d
@ -22,6 +22,10 @@ pub struct Rowspan {
|
|||||||
/// specified for the parent cell's `breakable` field.
|
/// specified for the parent cell's `breakable` field.
|
||||||
pub is_effectively_unbreakable: bool,
|
pub is_effectively_unbreakable: bool,
|
||||||
/// The horizontal offset of this rowspan in all regions.
|
/// The horizontal offset of this rowspan in all regions.
|
||||||
|
///
|
||||||
|
/// This is the offset from the text direction start, meaning that, on RTL
|
||||||
|
/// grids, this is the offset from the right of the grid, whereas, on LTR
|
||||||
|
/// grids, it is the offset from the left.
|
||||||
pub dx: Abs,
|
pub dx: Abs,
|
||||||
/// The vertical offset of this rowspan in the first region.
|
/// The vertical offset of this rowspan in the first region.
|
||||||
pub dy: Abs,
|
pub dy: Abs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user