Table of Contents

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 char

a character that has to be changed into a symbol

font Font

Font 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 char

the 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 string

a String

Returns

int

an index of -1 if no special symbol was found