@@ -25,10 +25,11 @@ both an f and i character it will load both patches, however this makes it possi
2525to be used. Thus we need to make the fi glyph available in this case. One way to do that is to
2626form a third patch containing the ligature glyph and assign the activation condition (f and i).
2727
28- Because the IFT font will use unicode code points in the activation conditions, it will be typical to
29- express a desired segmentation of the original font using unicode code points. The remainder of
30- this document describes a procedure for converting a desired unicode code point segmentation into a
31- set of glyph patches with load conditions described in terms of those provided unicode segments.
28+ Because the IFT font will use unicode code points in the activation conditions, it will be typical
29+ to express a desired segmentation of the original font using unicode code points. The remainder of
30+ this document describes a possible procedure for converting a desired unicode code point
31+ segmentation into a set of glyph patches with load conditions described in terms of those provided
32+ unicode segments.
3233
3334Notably, this document does not aim to describe a solution to producing the unicode code point
3435segmentation which is of high importance to the production of performant overall glyph
@@ -54,7 +55,7 @@ are performant.
5455The approach laid out in this document is just one possible approach to solving the problem. This
5556document aims primarily to describe how the prototype implementation in
5657[ closure_glyph_segmenter.cc] ( ../ift/encoder/closure_glyph_segmenter.cc ) functions, and is not intended to
57- present a the final (or only) solution to the problem. There are several unsolved problems and
58+ present the final (or only) solution to the problem. There are several unsolved problems and
5859remaining areas for development in this particular approach:
5960
6061* Input segmentation generation: selecting good quality input code point segmentations is critically
0 commit comments