Samples in this group show how to work with text in DsPdf.
While DsPdf includes simple MeasureString/DrawString methods to render short fragments of text,
a much more powerful mechanism for text rendering is provided by the TextLayout class and the DrawTextLayout method.
Using TextLayout you can layout and render paragraphs of multi-formatted text that span multiple columns or pages,
using different basic and advanced options as demonstrated by these samples: