File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,12 @@ remaining areas for development in this particular approach:
7474 segment analysis which in some cases leaves sizable fallback glyph sets. How to implement multi
7575 segment analysis is an open question and more development is needed.
7676
77+ * Incorporating dependency information: whatever produces the input code point segments will likely
78+ have discovered dependency information related to those code points. That information can be
79+ reused in this process to narrow selections during patch merging and multi segment
80+ analysis. Future work will look at adding dependency information as an optional input to this
81+ procedure.
82+
7783One of the main down sides to this approach is it's reliance on a subsetting closure function which
7884are computationally costly. Complex fonts which can require hundreds of closure operation which as a
7985result can be slow to process. So another area of open research is if a non closure based approach
You can’t perform that action at this time.
0 commit comments