max / shop
| 1 | //! wgpu text renderer for shop. |
| 2 | //! |
| 3 | //! Owns the glyph atlas (guillotiere-allocated R8Unorm wgpu texture) and the |
| 4 | //! text pipeline (single draw call per frame batching all glyph quads). Uses |
| 5 | //! [swash] for shaping and rasterization — GSUB/GPOS, so ligatures fall out |
| 6 | //! naturally when the font supports them. |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | pub use ; |
| 16 | pub use CellMetrics; |
| 17 | pub use ; |
| 18 |