wgpu-text icon indicating copy to clipboard operation
wgpu-text copied to clipboard

📜A simple 2D text renderer for wgpu📜

Results 2 wgpu-text issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to define rectangular bounds for a section in screen space pixels? There is a function called `.with_bounds()` but in my understanding it can be only used...

wontfix

Hi and thanks for your work with `wgpu-text`. I want to use `wgpu-text` to draw text into several different views within a render pass (using `RenderPass::set_viewport`). The options I have...

enhancement
help wanted