2 commenti (2 commenti)10 reazioni (10 reazioni)0 assegnatari (0 assegnatari)Rust2101 fork (2101 fork)batch import
eframeeguihelp wantedtext
Metriche repository
- Star
- 30.070 stelle (30.070 stelle)
- Metriche merge PR
- Merge medio 17g 17h (Merge medio 17g 17h)41 PR mergiate in 30 g (41 PR mergiate in 30 g)
Descrizione
Currently egui only supports glyphs available in fonts that has been explicitly installed with ctx.set_fonts.
It would be great if there was a way for egui to tell it's integration "The user wanted to show a Chinese glyph, but no current font has support for that" and then have eframe respond by automatically finding such a font on the system, e.g. by downloading it.
Related:
Guida contributor
- Direzione di ricerca
- Analizza il sistema di font di egui per capire come vengono installati i font e renderizzati i glifi, quindi esplora le API specifiche della piattaforma (ad es. fontconfig su Linux, CoreText su macOS, DirectWrite su Windows) per recuperare i font di sistema come fallback. Considera l'implementazione di un meccanismo di fallback che si attiva quando un glifo non viene trovato.
- Tech stack
- rust
- Dominio
- desktop
- Tipo issue
- Funzionalità
- Prerequisiti
- Rust