Cargo Features

font-map-core has no features set by default.

[dependencies]
font-map-core = { version = "0.2.4", features = ["codegen", "extended-svg", "debug-parser", "iced"] }
codegen = proc-macro2, quote, syn
extended-svg = base64, flate2

Affects svg::SvgExt.to_svgz, svg::SvgExt.to_svg_dataimage_url

debug-parser

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

iced implicit feature

Enables iced

iced:

A cross-platform GUI library inspired by Elm

proc-macro2 codegen?

Enables proc-macro2

Codegen dependencies

syn codegen?
quote codegen?
base64 extended-svg?

Enables base64

Preview image-link generation

flate2 extended-svg?