Fix typo, add TODOs
This commit is contained in:
parent
4a26ea408c
commit
5722567209
|
@ -603,12 +603,15 @@ DEFINE_NULL_ASSERT_SIZE (ScriptList, 2);
|
||||||
|
|
||||||
struct Feature {
|
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:
|
private:
|
||||||
/* LookupList indices, in no particular order */
|
/* LookupList indices, in no particular order */
|
||||||
DEFINE_ARRAY_TYPE (USHORT, lookupIndex, lookupCount);
|
DEFINE_ARRAY_TYPE (USHORT, lookupIndex, lookupCount);
|
||||||
|
|
||||||
|
/* TODO: implement get_feature_parameters() */
|
||||||
|
/* TODO: implement FeatureSize and other special features? */
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Offset featureParams; /* Offset to Feature Parameters table (if one
|
Offset featureParams; /* Offset to Feature Parameters table (if one
|
||||||
* has been defined for the feature), relative
|
* has been defined for the feature), relative
|
||||||
|
|
Loading…
Reference in New Issue