tectonic_xetex_layout

Crates.iotectonic_xetex_layout
lib.rstectonic_xetex_layout
version0.2.4
sourcesrc
created_at2021-06-04 00:51:02.296492
updated_at2024-02-05 01:42:24.973303
descriptionXeTeX's font loading and layout interface encapsulation, as a crate.
homepagehttps://tectonic-typesetting.github.io/
repositoryhttps://github.com/tectonic-typesetting/tectonic/
max_upload_size
id405945
size143,688
Mark (rm-dr)

documentation

https://docs.rs/tectonic_xetex_layout

README

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 the tectonic_bridge_harfbuzz dependency.
Commit count: 3625

cargo fmt