'Declaration Public Function InsertSymbol( _ ByVal character As System.Char, _ ByVal fontName As System.String, _ ByVal location As InsertLocation _ ) As Symbol
public Symbol InsertSymbol( System.char character, System.string fontName, InsertLocation location )
Parameters
- character
- The symbol character.
- fontName
- The character font name.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Symbol.