Fix typo, add TODOs

This commit is contained in:
Behdad Esfahbod 2008-02-18 20:58:39 -05:00
parent 4a26ea408c
commit 5722567209
1 changed files with 4 additions and 1 deletions

View File

@ -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