summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-02-18 20:58:39 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-02-18 20:58:39 -0500
commit57225672098ebdafb0c06ae091a1b55635daca29 (patch)
tree2409a51b1fb060900152189caf900d0bff1908db
parent4a26ea408c87f0bb59deca9ff44008d138471aa3 (diff)
downloadharfbuzz-57225672098ebdafb0c06ae091a1b55635daca29.tar.gz
Fix typo, add TODOs
-rw-r--r--src/hb-ot-layout-open-private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hb-ot-layout-open-private.h b/src/hb-ot-layout-open-private.h
index ce629db0..9d45f7c8 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