Module advanced_text

Module advanced_text 

Source
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 String of cancel character for lower level API’s
down_open
Returns the String of down_open character for lower level API’s
left_open
Returns the String of left_open character for lower level API’s
ok
Returns the String of ok character for lower level API’s
right_open
Returns the String of right_open character for lower level API’s
up_open
Returns the String of up_open character for lower level API’s