Cargo Features

[dependencies]
fontique = { version = "0.1.0", default-features = false, features = ["std", "libm", "system", "unicode-script"] }
default = system

The system feature is set by default whenever fontique is added without default-features = false somewhere in the dependency tree.

std system

Enables memmap2, std of peniko and skrifa

Affects scan::ScannedCollection, scan::ScannedFont.path, scan::scan_paths, source::SourcePathMap

libm

Enables core_maths, libm of peniko and skrifa

system default = std

Enables support for system font backends

Features from optional dependencies

unicode-script implicit feature