Redhawk18 / iced_fonts

Include fonts via feature flags in your Iced project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iced_fonts

Include fonts via feature flags in your Iced project!

Discord Server

Usage

Include iced_fonts as a dependency in your Cargo.toml:

[dependencies]
iced_fonts = { git = "https://github.com/Redhawk18/iced_fonts", features = [...] }

Versioning

iced version iced_fonts version
0.13.0-dev master

Fonts

Fonts can all be enabled with feature flags. All the fonts can be enabled with the full feature flag.

NOTE: By enabling a feature flag you add the full size of the font file(s) to your binary.

The Following are a link to the source followed by their feature flag name.

About

Include fonts via feature flags in your Iced project!

License:MIT License


Languages

Language:Rust 99.9%Language:Nix 0.1%Language:Shell 0.0%