From 86006ce476287e8401949080b32e39f75f42a373 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 23 Dec 2020 23:28:02 +0200 Subject: HarfBuzz: Update to upstream version 2.7.4 --- thirdparty/harfbuzz/src/hb-ot-metrics.cc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'thirdparty/harfbuzz/src/hb-ot-metrics.cc') diff --git a/thirdparty/harfbuzz/src/hb-ot-metrics.cc b/thirdparty/harfbuzz/src/hb-ot-metrics.cc index 181ac4d57e..3065ea2adf 100644 --- a/thirdparty/harfbuzz/src/hb-ot-metrics.cc +++ b/thirdparty/harfbuzz/src/hb-ot-metrics.cc @@ -33,6 +33,15 @@ #include "hb-ot-face.hh" +/** + * SECTION:hb-ot-metrics + * @title: hb-ot-metrics + * @short_description: OpenType Metrics + * @include: hb-ot.h + * + * Functions for fetching metrics from fonts. + **/ + static float _fix_ascender_descender (float value, hb_ot_metrics_tag_t metrics_tag) { -- cgit v1.2.3