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

New commits:
commit 7b837e20d2b4b6cd7be0b181ac5cdfeb467bd146
Author: Behdad Esfahbod <[email protected]>
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}
   };
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to