Skip to content

Commit

Permalink
0.15 migration: Fix name of subpixel feature that was removed (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett authored Dec 2, 2024
1 parent e3fca5e commit 848c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-content/0.15/migration-guides/10193_Cosmic_text.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- `Text2dBounds` has been replaced with `TextBounds`, and it now accepts `Option`s to the bounds, instead of using `f32::INFINITY` to indicate lack of bounds
- Textsizes should be changed, dividing the current size with 1.2 will result in the same size as before.
- `TextSettings` struct is removed
- Feature `subpixel_alignment` has been removed since cosmic-text already does this automatically
- Feature `subpixel_glyph_atlas` has been removed since cosmic-text already does this automatically
- TextBundles and things rendering texts requires the `CosmicBuffer` Component on them as well

0 comments on commit 848c12c

Please sign in to comment.