Skip to content

Commit

Permalink
Merge pull request bevyengine#8 from tigregalis/ct-metadata-ok
Browse files Browse the repository at this point in the history
Remove todo: We can use `metadata`
  • Loading branch information
TotalKrill committed Jun 18, 2024
2 parents 064550a + 83e1184 commit 5edb96c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_text/src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ fn get_attrs<'a>(
// TODO: validate this is the correct string to extract
// let family_name = &face.families[0].0;
let attrs = Attrs::new()
// TODO: validate that we can use metadata
.metadata(section_index)
// TODO: this reference, becomes owned by the font system, which is not really wanted...
// .family(Family::Name(family_name))
Expand Down

0 comments on commit 5edb96c

Please sign in to comment.