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 default-features = false somewhere in the dependency tree.

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

Disable to manually link. Enabled by default.

Enables link of core-foundation and core-graphics