[metrics] Don't use metrics API in _common

As it is exposed with a different condition
This commit is contained in:
Ebrahim Byagowi 2019-07-22 02:06:07 +04:30 committed by GitHub
parent eb8bd2f7ec
commit 759f3bd486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ hb_ot_metrics_get_position_common (hb_font_t *font,
switch ((unsigned int) metrics_tag)
{
#ifndef HB_NO_VAR
#define GET_VAR hb_ot_metrics_get_variation (face, metrics_tag)
#define GET_VAR face->table.MVAR->get_var (metrics_tag, nullptr, 0)
#else
#define GET_VAR .0f
#endif