Crate typeface

Source
Expand description

Foundation for building and parsing fonts.

Modules§

tape
Types that can read and write.
value
Types that can be read and written.
walue
Types that can be read and written given a parameter.

Macros§

choices
Implement choices.
error
Create an error.
flags
Implement flags.
raise
Raise an exception.
table
Implement a table.

Structs§

ErrorWithSource
An error caused by another error.
q16
A fixed-point number in format Q2.14.
q32
A fixed-point number in format Q16.16.

Type Aliases§

Error
An error.
Result
A result.