Class SpecialSymbol
- Namespace
- iTextSharp.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
public static class SpecialSymbol
- Inheritance
-
SpecialSymbol
- Inherited Members
Methods
Get(char, Font)
Gets a chunk with a symbol character.
public static Chunk Get(char c, Font font)
Parameters
c
chara character that has to be changed into a symbol
font
FontFont if there is no SYMBOL character corresponding with c
Returns
- Chunk
a SYMBOL version of a character
GetCorrespondingSymbol(char)
Looks for the corresponding symbol in the font Symbol.
public static char GetCorrespondingSymbol(char c)
Parameters
c
charthe original ASCII-char
Returns
- char
the corresponding symbol in font Symbol
Index(string)
Returns the first occurrence of a special symbol in a String .
public static int Index(string str)
Parameters
str
stringa String
Returns
- int
an index of -1 if no special symbol was found