K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-11-19T18:22:09.580502Z K 7 svn:log V 453 devel/icu-lx: add new port PR: 214384 Exp-run by: antoine Approved by: office (bapt) The ParagraphLayout object will analyze the text into runs of text in the same font, script and direction, and will create a LayoutEngine object for each run. The LayoutEngine will transform the characters into glyph codes in visual order. Clients can use this to break a paragraph into lines, and to display the glyphs in each line. http://site.icu-project.org/ END