From 3d03bb84d44bc9ef8a77e974d0e937a3385ffb92 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 21 Jul 2019 12:38:04 +0430 Subject: [PATCH] [metrics] minor, tweak comment --- src/hb-ot-metrics.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-ot-metrics.cc b/src/hb-ot-metrics.cc index ecdba46..1f2402b 100644 --- a/src/hb-ot-metrics.cc +++ b/src/hb-ot-metrics.cc @@ -1,5 +1,5 @@ /* - * Copyright © 2018 Ebrahim Byagowi + * Copyright © 2018-2019 Ebrahim Byagowi * * This is part of HarfBuzz, a text shaping library. * @@ -45,8 +45,8 @@ _fix_ascender_descender (float value, hb_ot_metrics_t metrics_tag) return value; } -/* Common part of _get_position logic needed on hb-ot-font so we - can have a slim builds using HB_NO_METRICS */ +/* The common part of _get_position logic needed on hb-ot-font and here + to be able to have slim builds without the not always needed parts */ bool hb_ot_metrics_get_position_common (hb_font_t *font, hb_ot_metrics_t metrics_tag, -- 2.7.4