[][src]Crate spandex

This crate contains all the tools we need to generate nice pdf documents.

Modules

config

This module defines the basic configuration of a document that is to be typeset. The configuration is parsed from a TOML file located at the root of the SpanDeX project. Mandatory measurements take default values that are also provided by this module.

document

This module allows to create beautiful documents.

font

This module contains everything that helps us dealing with fonts.

ligature

This module contains the functions related to ligatures.

parser

This crate contains the parser for spandex.

typography

This module holds all the mathematical logic around typesetting.

Enums

Error

The error type of the library.

Functions

build

Compiles a spandex project.

Type Definitions

Result

The result type of the library.