Implement AutoScrollIcon overlay for scrollable
This commit is contained in:
parent
eadd7b8e81
commit
99748b89de
9 changed files with 238 additions and 29 deletions
|
|
@ -256,6 +256,10 @@ impl core::text::Renderer for Renderer {
|
|||
const CHECKMARK_ICON: char = '\u{f00c}';
|
||||
const ARROW_DOWN_ICON: char = '\u{e800}';
|
||||
const ICED_LOGO: char = '\u{e801}';
|
||||
const SCROLL_UP_ICON: char = '\u{e802}';
|
||||
const SCROLL_DOWN_ICON: char = '\u{e803}';
|
||||
const SCROLL_LEFT_ICON: char = '\u{e804}';
|
||||
const SCROLL_RIGHT_ICON: char = '\u{e805}';
|
||||
|
||||
fn default_font(&self) -> Self::Font {
|
||||
self.default_font
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue