[]
Inserts a Symbol into this collection at a specified location.
public Symbol InsertSymbol(char character, string fontName, InsertLocation location)
Public Function InsertSymbol(character As Char, fontName As String, location As InsertLocation) As Symbol
| Type | Name | Description |
|---|---|---|
| char | character | The symbol character. |
| string | fontName | The character font name. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| Symbol | The inserted Symbol. |