···2020- `--out, -o <path>`: Output directory (required)
2121- `--ruby <pinyin|romaji>`: Which annotation renderer to use (requires building with the corresponding feature)
2222- `--font <path>`: Separate font file to use for ruby characters
2323-- `--subset`: Subset output font to contain only annotation characters
2323+- `--subset`: Subset output font to contain only annotated characters
2424- `--split`: When input is a TTC, write each font as a separate TTF file instead of rebuilding a TTC
2525- `--woff2`: Convert outputs to WOFF2
2626- `--position <top|bottom|leftdown|leftup|rightdown|rightup>`: Where to place ruby annotations relative to the base glyph. Valid values:
+1-1
src/main.rs
···3030 #[facet(args::named)]
3131 font: Option<PathBuf>,
32323333- /// Subset the font to include only annotation characters.
3333+ /// Subset the font to include only annotated characters.
3434 #[facet(args::named, default = false)]
3535 subset: bool,
3636