Expand description
图形子包 (graph)。
对应 GB/T 33190-2016 第 9 节,包含路径对象和路径缩写数据等类型。
Re-exports§
pub use tight::ArcCommand;pub use tight::CloseCommand;pub use tight::CubicBezier;pub use tight::LineCommand;pub use tight::MoveCommand;pub use tight::QuadraticBezier;
Modules§
- tight
- 紧凑图形子包 (graph.tight)。
Structs§
- Abbreviated
Data - 对应 Java: org.ofdrw.core.graph.pathObj.AbbreviatedData
- CT_Path
- 对应 Java: org.ofdrw.core.graph.pathObj.CT_Path
Enums§
- Fill
Rule - 填充规则。
- Path
Command - 路径操作命令类型。