add iced logo to Iced-Icons.ttf
This commit is contained in:
parent
0563ee8375
commit
1305d3c00f
7 changed files with 36 additions and 14 deletions
|
|
@ -45,6 +45,7 @@ impl text::Renderer for () {
|
|||
const ICON_FONT: Font = Font::DEFAULT;
|
||||
const CHECKMARK_ICON: char = '0';
|
||||
const ARROW_DOWN_ICON: char = '0';
|
||||
const ICED_LOGO: char = '0';
|
||||
|
||||
fn default_font(&self) -> Self::Font {
|
||||
Font::default()
|
||||
|
|
|
|||
|
|
@ -312,6 +312,11 @@ pub trait Renderer: crate::Renderer {
|
|||
/// [`ICON_FONT`]: Self::ICON_FONT
|
||||
const ARROW_DOWN_ICON: char;
|
||||
|
||||
/// The 'char' representing the iced logo in the built-in ['ICON_FONT'].
|
||||
///
|
||||
/// ['ICON_FONT']: Self::ICON_FONT
|
||||
const ICED_LOGO: char;
|
||||
|
||||
/// Returns the default [`Self::Font`].
|
||||
fn default_font(&self) -> Self::Font;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue