Elektrine lite

← Feed

@justvanrossum@typo.social

Post #1503150

2026-04-17 09:13 UTC

@jlarmstrongiv @paulvanderlaan `--glyphs="*"` should also keep all glyphs.

Replies (1)

  • @paulvanderlaan@typo.social 2026-04-17 16:09

    @justvanrossum @jlarmstrongiv Thanks for the suggestions! I'm happy to report that "fonttools subset" from the command line did the trick. Here’s the full command in case someone else needs it in the future: fonttools subset input.otf --output-file="output.otf" --glyphs="*" --no-hinting --layout-features="*" --drop-tables= --passthrough-tables --name-IDs="*" --name-legacy --name-languages="*" --no-prune-unicode-ranges --no-prune-codepage-ranges --legacy-cmap

    Open ##1503151