"Specify glyph IDs or ranges to include in the subset.\n"
""
""
"Use --gids-=... to subtract codepoints from the current set.","list of glyph indices/ranges or *"},
{"gids-",0,G_OPTION_FLAG_HIDDEN,G_OPTION_ARG_CALLBACK,(gpointer)&parse_gids,"Specify glyph IDs or ranges to remove from the subset","list of glyph indices/ranges or *"},
{"gids+",0,G_OPTION_FLAG_HIDDEN,G_OPTION_ARG_CALLBACK,(gpointer)&parse_gids,"Specify glyph IDs or ranges to include in the subset","list of glyph indices/ranges or *"},
"Specify Unicode codepoints or ranges to include in the subset. Use * to include all codepoints.\n"
""
""
"--unicodes-=... can be used to subtract codepoints from the current set.\n"
""
""
"For example: --unicodes=* --unicodes-=41,42,43 would create a subset with all codepoints\n"
""
""
"except for 41, 42, 43.",
"list of hex numbers/ranges or *"},
{"unicodes-",0,G_OPTION_FLAG_HIDDEN,G_OPTION_ARG_CALLBACK,(gpointer)&parse_unicodes,"Specify Unicode codepoints or ranges to remove from the subset","list of hex numbers/ranges or *"},