fontdue icon indicating copy to clipboard operation
fontdue copied to clipboard

The fastest font renderer in the world, written in pure rust.

Results 36 fontdue issues
Sort by recently updated
recently updated
newest added

Taking 🌤 for example, all I can get is:

enhancement

Heyo! I'm trying to do some basic font rendering. As part of testing I started iterating over each character in Inconsolata and rendering each one. Just a couple of characters...

Hi, first of all thank you for your work. I tried this library to measure a string in a given font. To test, I also had my SVG editor open...

As best I can tell, ligatures aren't supported now in fontdue. Is there a recommended library to pair with fontdue for proper shaping? I'm looking at other libraries like [swash](https://github.com/dfrg/swash),...

Changes - Fix argument name in font method (`index` to `character`)

I wanted to be able to get a font's name but the member isn't exposed publicly. I see there is already a PR adding this. https://github.com/mooman219/fontdue/pull/141. I would find this...