egui icon indicating copy to clipboard operation
egui copied to clipboard

Fix: Expanding the Texture Atlas Limit for Fonts with Large Character Sets

Open rustbasic opened this issue 1 year ago • 1 comments

When using fonts with an average of 50,000 characters, 'epaint texture atlas overflowed!' may be printed and cause problems. It is necessary to expand the max value related to texture.

  • Closes #5256

rustbasic avatar Oct 13 '24 05:10 rustbasic

Preview available at https://egui-pr-preview.github.io/pr/5257-patch138 Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

github-actions[bot] avatar Oct 13 '24 05:10 github-actions[bot]