[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Jan 3 12:46:50 UTC 2018


 util/options.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7b837e20d2b4b6cd7be0b181ac5cdfeb467bd146
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jan 3 12:46:29 2018 +0000

    [util] Add TODO item

diff --git a/util/options.cc b/util/options.cc
index cba52068..5434b156 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -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}
   };


More information about the HarfBuzz mailing list