https://bugs.documentfoundation.org/show_bug.cgi?id=155325
--- Comment #4 from خالد حسني <[email protected]> --- (In reply to خالد حسني from comment #3) > First check stand alone tt: > > $ hb-shape LinLibertine_R_G.ttf "tt" > [t_t+1257] > > Then standalone space: > > $ hb-shape LinLibertine_R_G.ttf "tt t tt" > [space+512] This should be: $ hb-shape LinLibertine_R_G.ttf " " [space+512] > Then tt followed by space: > > $ hb-shape LinLibertine_R_G.ttf "tt t tt" > [t_t+1769|space@-512,0+0] And this should be: $ hb-shape LinLibertine_R_G.ttf "tt " [t_t+1769|space@-512,0+0] (copied the wrong lines) -- You are receiving this mail because: You are the assignee for the bug.
