Crate fa_iced

Source
Expand description

Rust-Iced-FA

Wrapper for Font Awesome icons.

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_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_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_USER
Font Awesome Unicode string for https://fontawesome.com/icons/user.
FONT_FA_REGULAR
The “Regular” version of Font Awesome version 6.

Functions§

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