Adrien Tétar

Results 25 issues of Adrien Tétar

There's a nice Material icons library in Jetpack Compose that makes icons accessible from code: ```kt IconButton(onClick = { /* doSomething() */ }) { Icon(Icons.Filled.Favorite, contentDescription = "Localized description") }...

platform

A binding to `FT_New_Memory_Face` for creating a Font object. I have a binary font in memory and I don't want to save it to disk and load it again. Is...

Like glyphLineView currently.

🌟better

Add a shortcut whereby in the glyphView stem measurement is shown if the cursor is inside a contour and distance measurement is shown between points if two points are selected.

🌟better
🤝help wanted

Right now, FontWindow._updateGlyphsFromGlyphOrder() force loads all the glyphs to put them in the glyphCellView. We could load the glyphs lazily as they're being displayed instead. glyphCellView already has some lazy...

🌟better
☕️discussion

And there's this thing where if you release Alt it'll regularly drag the old shape and not add a new one.

🌟better

The align commands to work at point level, not just contour.

🌟better