egui/crates/epaint/src/text
rustbasic 288c74e332
Expand max font atlas size from 8k to 16k (#5257)
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

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-10-29 10:42:28 +01:00
..
cursor.rs Cross-widget text select (#3870) 2024-01-24 15:45:22 +01:00
font.rs Center-align all text vertically (#5117) 2024-09-19 11:44:29 +02:00
fonts.rs Expand max font atlas size from 8k to 16k (#5257) 2024-10-29 10:42:28 +01:00
mod.rs `Context::add_font` (#5228) 2024-10-23 14:29:44 +02:00
text_layout.rs Improve comment in text layout code 2024-09-26 09:43:27 +02:00
text_layout_types.rs Center-align all text vertically (#5117) 2024-09-19 11:44:29 +02:00