<div dir="ltr"><div><div>Hi, my name is leone and<br>these days I'm working on a small project on my own <br>which make cursive english font using GSUB - chaining contextual substitute (coverage based) (which will be applied on my android phone)<br><br>the problem is I can't figure it out how to organize backtrack, lookahead Glyph coverage for the first and last character (For example 'x' & 'g' in "xyzabcdefg")<br>What should I set backtrack glyph for 'x' and lookahead glyph for 'g'?<br></div><br>every character i designed has <br></div>1 Ini (which has no previous latin glyph, but has latin glyph after it) <br><div><div>1 Fin (which has latin glypf in front of it, no latin glyph after itself)<br></div><div>26 Mid (which has latin glyph both front and end of it)<br></div><div><br>abcd   <-- b and c should display as Mid form,  a as Ini form, and d as Fin form.<br></div><div><br></div><div>I tried to figure out how harfbuzz engine process GSUB table but failed ( T_T ) <br></div><div>Please tell me how I should organize backtrack, lookahead Glyph coverage for Ini and Fin. Thank you<br></div><div><br>sorry If I wrote this in any bad manner and for my bad english. <br></div></div></div>