Type | Meaning |
|---|---|
DesignAssetManifest | Generated manifest with logos and fonts. |
DesignFontAsset | Metadata for a font declared in the DSP. |
PackagedFont | Embedded font bytes plus family, weight, style, format, and axes. |
FontVariationAxis | Variation axis default for variable fonts. |
PackagedFontStyle | Normal or italic style metadata. |
DesignSystem::font_faces() | Runtime entry point shells use to register packaged fonts. |
DesktopApp::<AppState, _>::new(App)
.with_design_system::<AppDesignSystem>(DesignMode::Light)
.run()