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
//! Bitmap typography scale — four monospace font sizes the theme
//! exposes by role, so widgets can ask for `theme.typography.display`
//! or `theme.typography.body` without picking a `MonoFont` constant
//! directly.
use MonoFont;
/// Typography scale. `display` covers hero text on larger panels,
/// while `heading` / `body` / `caption` handle the regular UI scale.