top | item 47004157

(no title)

TingPing | 17 days ago

From what I see wgpu isn’t using the same font stack as chromium. I think the Rust community would be against those dependencies.

You can just convert bitmap fonts, supporting them doesn’t make sense in 2026.

discuss

order

fishgoesblub|17 days ago

bitmap fonts are the only fonts where I can get crisp, sharp, and not blurry text. I don't have an expensive "Retina" style display.

bschwindHN|17 days ago

wgpu is an API for rendering stuff on the GPU, it has no concept of font stacks or text rendering.

TingPing|9 days ago

I was talking about glyphon, wgpu-text, etc.