Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add font loader for Sandbox, Program and Application. #2014

Closed
wants to merge 3 commits into from
Closed

Add font loader for Sandbox, Program and Application. #2014

wants to merge 3 commits into from

Conversation

genusistimelord
Copy link

This will add a Sync based font loader that will load all custom fonts placed inside the settings under custom_fonts.

#Example

fn main() -> iced::Result {
    let mut settings = Settings::default();
    settings = settings.add_custom_fonts([iced_aw::graphics::icons::ICON_FONT_BYTES]);
    CardExample::run(settings)
}

@hecrj
Copy link
Member

hecrj commented Aug 15, 2023

API changes need an RFC or, at the very least, some coordination!

I have other plans for this.

@hecrj hecrj closed this Aug 15, 2023
@hecrj hecrj added feature New feature or request text labels Aug 15, 2023
@hecrj hecrj added this to the 0.11.0 milestone Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request text
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants