From: Ebrahim Byagowi Date: Sun, 21 Jul 2019 08:08:04 +0000 (+0430) Subject: [metrics] minor, tweak comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d03bb84d44bc9ef8a77e974d0e937a3385ffb92;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [metrics] minor, tweak comment --- 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,