From 3c9244e662c8225ed11c72db0c095dfe04b0f925 Mon Sep 17 00:00:00 2001 From: n8willis Date: Sat, 11 May 2019 16:44:30 +0100 Subject: [PATCH] Update src/hb-aat-layout.cc Co-Authored-By: Khaled Hosny --- src/hb-aat-layout.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-aat-layout.cc b/src/hb-aat-layout.cc index 351fa432b..0d667d750 100644 --- a/src/hb-aat-layout.cc +++ b/src/hb-aat-layout.cc @@ -79,7 +79,7 @@ AAT::hb_aat_apply_context_t::set_ankr_table (const AAT::ankr *ankr_table_) * @short_description: Apple Advanced Typography Layout * @include: hb-aat.h * - * Functions for querying OpenType Layout features in the font face. + * Functions for querying AAT Layout features in the font face. * * HarfBuzz supports all of the AAT tables used to implement shaping. Other * AAT tables and their associated features are not supported. @@ -223,7 +223,7 @@ hb_aat_layout_compile_map (const hb_aat_map_builder_t *mapper, * @face: #hb_face_t to work upon * * Tests whether the specified face includes any substitutions in the - * `morx` table. + * `morx` or `mort` tables. * * Note: does not examine the `GSUB` table. * @@ -374,9 +374,9 @@ hb_aat_layout_get_feature_types (hb_face_t *face, * @face: #hb_face_t to work upon * @feature_type: The #hb_aat_layout_feature_type_t of the requested feature type * - * Fetches the name ID of the specified feature type in the face's 'name' table. + * Fetches the name ID of the specified feature type in the face's `name` table. * - * Return value: Name ID index of the requested feature type + * Return value: Name ID of the requested feature type * * Since: 2.2.0 */