[]
Initialization text block.
public PdfTextBlock(string text, Font font, int fontIndex)
| Type | Name | Description |
|---|---|---|
| string | text | The text of this block. |
| Font | font | The current font of this block. |
| int | fontIndex | The alternative or current font index. |
Initialization text block.
public PdfTextBlock(string text, Font font, int[] widths, int[] kerns, int fontIndex)
| Type | Name | Description |
|---|---|---|
| string | text | The text of this block. |
| Font | font | The current font of this block. |
| int[] | widths | The widths of each character(symbol) of the text. |
| int[] | kerns | The width between symbols in the text (count = text length - 1). |
| int | fontIndex | The alternative or current font index. |