diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-28 09:55:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 09:55:31 +0100 |
commit | 886571e0fc54914f161ab3f1ccf9bfe40411bc20 (patch) | |
tree | d66d0f7e2287c3c2f1401e4b1f6e1c22002e95eb /thirdparty/harfbuzz/src/hb-ot-metrics.cc | |
parent | 5c76225e0d1c6b7312e749b070e0bacefdc9bf58 (diff) | |
parent | 86006ce476287e8401949080b32e39f75f42a373 (diff) |
Merge pull request #44748 from bruvzg/hb_2_7_3_sync
HarfBuzz: Update to upstream version 2.7.4
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-ot-metrics.cc')
-rw-r--r-- | thirdparty/harfbuzz/src/hb-ot-metrics.cc | 9 |
1 files changed, 9 insertions, 0 deletions
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) { |