Cargo Features
[dependencies]
core-text = { version = "21.0.0", default-features = false, features = ["mountainlion", "link"] }
- default = link, mountainlion
-
These default features are set whenever
core-text
is added without
somewhere in the dependency tree.default-features = false - mountainlion default
-
For OS X 10.7 compat, exclude this feature. It will exclude some things from the exposed APIs in the crate.
Affects
font::cascade_list_for_languages
… - link default
-
Disable to manually link. Enabled by default.
Enables link of core-foundation and core-graphics