Cargo Features

zng-ext-font has no features set by default.

[dependencies]
zng-ext-font = { version = "0.4.15", features = ["hyphenation_embed_all", "svg"] }
hyphenation_embed_all

Embed hyphenation dictionaries.

See the hyphenation for more details.

Enables embed_all of hyphenation

Affects hyphenation::HyphenationDataEmbedded

svg

Enable support for SVG image glyphs.

This feature signals that the IMAGES service supports SVG. The app must ensure that this is so by using zng-ext-svg or another SVG extension.