Expand description
Shared CPU TextMeasurer used by the software rasterizer backends
(pixels, vulkan). Both backends draw text by rasterizing glyphs directly
into a pixel buffer rather than through a GPU glyph atlas, so they share
one font-backed measurer plus its fallback-metrics path for when no font
is installed.
Structs§
- Cached
Font Text Measurer - Software
Text Resources - Renderer-owned text resources: the resolved font used for software rasterization and measurement, if any.