Crate fa_iced

Source
Expand description

Rust-Iced-FA

Wrapper for Font Awesome icons.

Enums§

FaIcon
Implementation of Font Awesome icons as enum.

Constants§

FA_ICON_0
Font Awesome Unicode string for https://fontawesome.com/icons/0.
FA_ICON_1
Font Awesome Unicode string for https://fontawesome.com/icons/1.
FA_ICON_2
Font Awesome Unicode string for https://fontawesome.com/icons/2.
FA_ICON_3
Font Awesome Unicode string for https://fontawesome.com/icons/3.
FA_ICON_4
Font Awesome Unicode string for https://fontawesome.com/icons/4.
FA_ICON_5
Font Awesome Unicode string for https://fontawesome.com/icons/5.
FA_ICON_6
Font Awesome Unicode string for https://fontawesome.com/icons/6.
FA_ICON_7
Font Awesome Unicode string for https://fontawesome.com/icons/7.
FA_ICON_8
Font Awesome Unicode string for https://fontawesome.com/icons/8.
FA_ICON_9
Font Awesome Unicode string for https://fontawesome.com/icons/9.
FA_ICON_BARS
Font Awesome Unicode string for https://fontawesome.com/icons/bars
FA_ICON_CIRCLE_CHECK
Font Awesome Unicode string for https://fontawesome.com/icons/circle-check
FA_ICON_CIRCLE_XMARK
Font Awesome Unicode string for https://fontawesome.com/icons/circle-xmark
FA_ICON_GEAR
Font Awesome Unicode string for https://fontawesome.com/icons/gear
FA_ICON_NEW
Font Awesome Unicode string for https://fontawesome.com/icons/file.
FA_ICON_OPEN
Font Awesome Unicode string for https://fontawesome.com/icons/folder-open.
FA_ICON_SAVE
Font Awesome Unicode string for https://fontawesome.com/icons/floppy-disk.
FA_ICON_SCREWDRIVER_WRENCH
Font Awesome Unicode string for https://fontawesome.com/icons/screwdriver-wrench
FA_ICON_USER
Font Awesome Unicode string for https://fontawesome.com/icons/user.
FONT_DATA_FA_BRANDS_OTF
FONT_DATA_FA_BRANDS_TTF
FONT_DATA_FA_REGULAR_OTF
FONT_DATA_FA_REGULAR_TTF
FONT_DATA_FA_SOLID_OTF
FONT_DATA_FA_SOLID_TTF
FONT_FA_REGULAR
The “Regular” version of Font Awesome version 6.
FONT_FA_SOLID
The “Regular” version of Font Awesome version 6.

Functions§

iced_text_icon_regular
Create an iced text element containing the specified Font Awesome icon.
iced_text_icon_solid
Create an iced text element containing the specified Font Awesome icon.
load_font_fontawesome
Load Font Awesome files. Should only be called once.