<div dir="rtl"><div dir="ltr">Hello Developers  <br><br></div><div dir="ltr">As you know Mr VOX has start project to make scribus support complex text layout. Therefore I am willing to work in his plan that he posted in githup in the following link:<br><br><a href="https://github.com/andreas-vox/ScribusCTL/issues/3">andreas-vox/ScribusCTL/issues/3</a><br><br></div><div dir="ltr">To complete the project, the first stage was to separate textlayout from storytext. So I started to separate all functions that related to glyphs. <br><br></div><div dir="ltr">GlyphLayout* getGlyphs(int pos);<br>const GlyphLayout* getGlyphs(int pos) const;<br>LayoutFlags flags(int pos) const;<br>bool hasFlag(int pos, LayoutFlags flag) const;<br>void setFlag(int pos, LayoutFlags flag);<br> void clearFlag(int pos, LayoutFlags flag);<br> <br></div><div dir="ltr">These functions were in storyText but I am moving<br></div><div dir="ltr">If any one have thought about the process I want a feedback. For example if there are any other function that related to layout and I didn’t mention it <br><br><br></div><div dir="ltr">Regards <br></div><div dir="ltr">Dawood<br></div></div>