[metrics] minor, tweak comment

This commit is contained in:
Ebrahim Byagowi 2019-07-21 12:38:04 +04:30 committed by GitHub
parent e540d402f6
commit 3d03bb84d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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,