From: Behdad Esfahbod Date: Tue, 19 Feb 2008 01:58:39 +0000 (-0500) Subject: Fix typo, add TODOs X-Git-Tag: submit/2.0alpha-wayland/20121130.004132~9^2~1277^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57225672098ebdafb0c06ae091a1b55635daca29;p=profile%2Fivi%2Forg.tizen.video-player.git Fix typo, add TODOs --- diff --git a/src/hb-ot-layout-open-private.h b/src/hb-ot-layout-open-private.h index ce629db..9d45f7c 100644 --- a/src/hb-ot-layout-open-private.h +++ b/src/hb-ot-layout-open-private.h @@ -603,12 +603,15 @@ DEFINE_NULL_ASSERT_SIZE (ScriptList, 2); struct Feature { - DEFINE_INDEX_ARRAY_INTERFACE (lookup); /* get_feature_count(), get_feature_index(i) */ + DEFINE_INDEX_ARRAY_INTERFACE (lookup); /* get_lookup_count(), get_lookup_index(i) */ private: /* LookupList indices, in no particular order */ DEFINE_ARRAY_TYPE (USHORT, lookupIndex, lookupCount); + /* TODO: implement get_feature_parameters() */ + /* TODO: implement FeatureSize and other special features? */ + private: Offset featureParams; /* Offset to Feature Parameters table (if one * has been defined for the feature), relative