7 releases
| 0.2.4 | Feb 5, 2024 |
|---|---|
| 0.2.3 | Jun 12, 2023 |
| 0.2.2 | May 18, 2023 |
| 0.2.1 | Oct 3, 2022 |
| 0.1.0 | Jun 4, 2021 |
#2639 in Text processing
250 downloads per month
Used in 21 crates
(2 directly)
2MB
44K
SLoC
The tectonic_xetex_layout crate
This crate is part of the Tectonic project. It provides the font loading and layout routines of XeTeX as a crate, currently providing only a C API.
If your project depends on this crate, Cargo will export for your build script
an environment variable named DEP_TECTONIC_XETEX_LAYOUT_INCLUDE_PATH, which
will be a semicolon-separated list of directories enabling your code to include
the tectonic_xetex_layout.h header.
You will need to ensure that your Rust code actually references this crate in
order for the linker to include linked libraries. A use statement will
suffice:
#[allow(unused_imports)]
#[allow(clippy::single_component_path_imports)]
use tectonic_xetex_layout;
Cargo features
This crate provides the following Cargo features:
external-harfbuzz: activates the same-named feature in thetectonic_bridge_harfbuzzdependency.
Dependencies
~2–14MB
~116K SLoC