[util] Add TODO item

This commit is contained in:
Behdad Esfahbod 2018-01-03 12:46:29 +00:00
parent 70807ad274
commit 7b837e20d2
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ font_options_t::add_options (option_parser_t *parser)
{"face-index", 0, 0, G_OPTION_ARG_INT, &this->face_index, "Set face index (default: 0)", "index"},
{"font-size", 0, default_font_size ? 0 : G_OPTION_FLAG_HIDDEN,
G_OPTION_ARG_CALLBACK, (gpointer) &parse_font_size, font_size_text, "1/2 numbers or 'upem'"},
/* TODO Add font-ppem / font-ptem. */
{"font-funcs", 0, 0, G_OPTION_ARG_STRING, &this->font_funcs, text, "impl"},
{nullptr}
};