Skip to content

Commit 0c6f01c

Browse files
committed
Add a note to status, about incorporating dependency information as an input.
1 parent c27c1a0 commit 0c6f01c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/closure_glyph_segmentation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
7783
One of the main down sides to this approach is it's reliance on a subsetting closure function which
7884
are computationally costly. Complex fonts which can require hundreds of closure operation which as a
7985
result can be slow to process. So another area of open research is if a non closure based approach

0 commit comments

Comments
 (0)