iced_fonts

Crates.ioiced_fonts
lib.rsiced_fonts
version0.2.1
created_at2024-09-18 20:57:05.497182+00
updated_at2025-03-04 18:29:11.803233+00
descriptionInclude fonts via feature flags in your Iced project!
homepagehttps://iced.rs
repositoryhttps://github.com/Redhawk18/iced_fonts
max_upload_size
id1379631
size3,394,324
Redhawk (Redhawk18)

documentation

README

iced_fonts

Include fonts via feature flags in your Iced project!

Warning I plan to rewrite this crate to be more easy to maintain and generate source files at build time instead of via a python script.

Discord Server

Usage

Include iced_fonts as a dependency in your Cargo.toml:

[dependencies]
iced_fonts = { version = "0.2.0", features = [...] }

Versioning

iced version iced_fonts version
0.13.x 0.1.0, 0.1.1, 0.2.0

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.

Contributing

If you would like to request a new font, please open an issue with the font's name and where to download the ttf font from. If you would like a faster merge run the mamba-bronze script yourself and pr the result.

Commit count: 24

cargo fmt