提交 57225672 编写于 作者: B Behdad Esfahbod

Fix typo, add TODOs

上级 4a26ea40
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册