summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-05 15:35:02 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-05 15:35:02 -0400
commit1761cd11cb12b033df73ae265900733c0d8f4231 (patch)
tree393eb38c2f10c48fc5e4be1f9ed8709bf1ddfbe8
parent895a98508dc408bd232dadb33bb5ac313b96ffbb (diff)
downloadpango-harfbuzz-ng.tar.gz
[HB] Add a few TODO itemsharfbuzz-ng
-rw-r--r--pango/opentype/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/pango/opentype/TODO b/pango/opentype/TODO
index 3f60543a..b753c29f 100644
--- a/pango/opentype/TODO
+++ b/pango/opentype/TODO
@@ -1,7 +1,9 @@
-- Get rid of custom GSUB/GPOS table type enum?
- Test OpenType 1.6 mark filtering sets
-- When sanitizing, have to do a second round to make sure no toe-stepping
- HB_OT_LAYOUT_GLYPH_CLASS_BASE_GLYPH vs LookupType::... mess
+- remove hb_ot_layout_feature_mask_t in favore of hb_mask_t or something
- Rename LookupFlag::MarkAttachmentType to LookupFlag:IgnoreSpecialMarks
-- cmap14
+- cmap14 support in get_glyph callback
- size_t?
+- change get_XXX_count / get_XXX_tag to be more like
+ hb_ot_layout_get_lig_carets (IN/OUT)?
+- Figure out compiler selection (add test for link to libstdc++)