Adrien Tétar
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") }...
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...
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.
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...
And there's this thing where if you release Alt it'll regularly drag the old shape and not add a new one.