Expand description
Every icon with helpers to use these icons in widgets.
Usage
let (content, font, shaping) = advanced_text::my_icon();
advanced::Text {
content,
font,
shaping,
...
}Functions§
- cancel
- Returns the
Stringof cancel character for lower level API’s - down_
open - Returns the
Stringof down_open character for lower level API’s - left_
open - Returns the
Stringof left_open character for lower level API’s - ok
- Returns the
Stringof ok character for lower level API’s - right_
open - Returns the
Stringof right_open character for lower level API’s - up_open
- Returns the
Stringof up_open character for lower level API’s