Cargo Features

agg-rust has no features set by default.

[dependencies]
agg-rust = { version = "1.0.2", features = ["font"] }
font = ttf-parser

Affects agg-rust::font_engine, agg-rust::font_cache

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.

ttf-parser font?

Enables ttf-parser

Core library has no required external dependencies (matching AGG's zero-dependency philosophy).
Optional: ttf-parser provides TrueType font support (feature-gated).