bevy/examples/mobile
François e0e5f3acd4
add a default font (#8445)
# Objective

- Have a default font

## Solution

- Add a font based on FiraMono containing only ASCII characters and use
it as the default font
- It is behind a feature `default_font` enabled by default
- I also updated examples to use it, but not UI examples to still show
how to use a custom font

---

## Changelog

* If you display text without using the default handle provided by
`TextStyle`, the text will be displayed
2023-04-21 22:30:18 +00:00
..
bevy_mobile_example.xcodeproj daily job running mobile example on real devices (#8216) 2023-03-28 23:16:07 +00:00
ios-src IOS, Android... same thing (#7493) 2023-02-06 18:08:49 +00:00
src add a default font (#8445) 2023-04-21 22:30:18 +00:00
.gitignore IOS, Android... same thing (#7493) 2023-02-06 18:08:49 +00:00
build_rust_deps.sh IOS, Android... same thing (#7493) 2023-02-06 18:08:49 +00:00
Cargo.toml IOS, Android... same thing (#7493) 2023-02-06 18:08:49 +00:00
Makefile daily job running mobile example on real devices (#8216) 2023-03-28 23:16:07 +00:00