Cargo Features
[dependencies]
fontique = { version = "0.3.0", default-features = false, features = ["std", "libm", "icu_properties", "unicode_script", "system"] }
- default = system
-
The
system
feature is set by default wheneverfontique
is added without
somewhere in the dependency tree.default-features = false - std system
-
Enables memmap2, std of peniko and read-fonts ^0.25.3
Affects
scan::ScannedCollection
,scan::ScannedFont.path
,scan::scan_paths
,source::SourcePathMap
,source_cache::SourceCacheOptions.shared
… - libm
-
Enables core_maths, libm of peniko and read-fonts ^0.25.3
- icu_properties
-
Enables icu_properties
- unicode_script
-
Enables unicode-script
- system default = std
-
Enables support for system font backends
Enables fontconfig-cache-parser, objc2-core-foundation, objc2-core-text, objc2-foundation, roxmltree, windows ^0.58.0, and windows-core ^0.58