Cargo Features

[dependencies]
fontique = { version = "0.2.0", default-features = false, features = ["std", "libm", "icu_properties", "unicode_script", "system"] }
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 ^0.22.3

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

libm

Enables core_maths, libm of peniko and skrifa ^0.22.3

icu_properties

Enables icu_properties

unicode_script

Enables unicode-script

system default = std

Enables support for system font backends