bevy/crates/bevy_text/src
Bruce Mitchener 0db999c795
Add some more docs for bevy_text. (#9873)
# Objective

- Have more docs for `bevy_text` to avoid reading the source code for
some things.

## Solution

- Add some additional docs.

## Changelog

- `TextSettings.max_font_atlases` in `bevy_text` has been renamed to `
TextSettings.soft_max_font_atlases`.

## Migration Guide

- Usages of `TextSettings.max_font_atlases` from `bevy_text` must be
changed to `TextSettings.soft_max_font_atlases`.
2023-10-27 18:53:57 +00:00
..
error.rs Remove TextError::ExceedMaxTextAtlases(usize) variant (#6796) 2022-12-05 23:23:16 +00:00
FiraMono-subset.ttf add a default font (#8445) 2023-04-21 22:30:18 +00:00
font.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
font_atlas.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
font_atlas_set.rs Replace all usages of texture_descritor.size.* with the helper methods (#10227) 2023-10-23 20:49:02 +00:00
font_loader.rs Removed anyhow (#10003) 2023-10-06 07:20:13 +00:00
glyph_brush.rs Add some more docs for bevy_text. (#9873) 2023-10-27 18:53:57 +00:00
lib.rs Add some more docs for bevy_text. (#9873) 2023-10-27 18:53:57 +00:00
pipeline.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
text.rs impl From<String> and From<&str> for TextSection (#8856) 2023-09-11 19:00:50 +00:00
text2d.rs Add some more docs for bevy_text. (#9873) 2023-10-27 18:53:57 +00:00