[]
The text block with current and alternative font.
public class PdfTextBlock
| Name | Description |
|---|---|
| PdfTextBlock(string, Font, int) | Initialization text block. |
| PdfTextBlock(string, Font, int[], int[], int) | Initialization text block. |
| Name | Description |
|---|---|
| Buffer | Gets text buffer for write of the document. |
| Font | Gets current font of the text. |
| FontIndex | Gets or sets real font index. |
| Kerns | Gets or sets character kerning (inter-character spacing). |
| Placement | Gets or sets glyphs placement for write of the document. |
| Text | Gets text for write of the document. |
| Widths | Gets or sets width of each character. |
| Name | Description |
|---|---|
| Merge(List<PdfTextBlock>) | Merge all text blocks into one text value. |