{"no-clusters",0,G_OPTION_FLAG_REVERSE,G_OPTION_ARG_NONE,&this->show_clusters,"Do not output cluster indices",NULL},
{NULL}
{NULL}
};
};
parser->add_group(entries,
parser->add_group(entries,
"format",
"output-syntax",
"Format options:",
"Output syntax:\n"
"Options controlling the formatting of buffer contents",
" text: [<glyph name or index>=<glyph cluster index within input>@<horizontal displacement>,<vertical displacement>+<horizontal advance>,<vertical advance>|...]\n"
" json: [{\"g\": <glyph name or index>, \"ax\": <horizontal advance>, \"ay\": <vertical advance>, \"dx\": <horizontal displacement>, \"dy\": <vertical displacement>, \"cl\": <glyph cluster index within input>}, ...]\n"