);
blockComposer.begin(frame,AlignmentXEnum.Left,AlignmentYEnum.Top);
blockComposer.showText(
"Demonstrating how to set the block line space. Line space can be expressed either as an absolute value (in user-space units) or as a relative one (as a floating-point ratio); in the latter case the base value is represented by the current font's line height (so that, for example, 2 means \"a line space that's double the line height\")."
);
blockComposer.end();
composer.beginLocalState();
composer.setLineWidth(0.2f);
composer.setLineDash(5,5,5);
composer.drawRectangle(frame);