1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
use Deref;
use FontAtlas;
use FontAtlasModeError;
use ;
/// Legacy renderer capability for a font atlas.
///
/// The common [`FontAtlas`] view is intentionally limited to font configuration and managed
/// texture state. Acquire this capability before using a renderer-owned CPU atlas texture or
/// calling [`LegacyFontAtlas::build`]. Acquiring it claims legacy renderer mode immediately, so a
/// managed renderer conflict is reported at this call instead of being deferred to the next
/// frame.
pub