HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.SpecialSymbol Class Reference

Static Public Member Functions

static int Index (string str)
 
static Chunk Get (char c, Font font)
 
static char GetCorrespondingSymbol (char c)
 

Member Function Documentation

◆ Get()

static Chunk iTextSharp.text.SpecialSymbol.Get ( char  c,
Font  font 
)
static

Gets a chunk with a symbol character.

Parameters
ca character that has to be changed into a symbol
fontFont if there is no SYMBOL character corresponding with c
Returns
a SYMBOL version of a character

◆ GetCorrespondingSymbol()

static char iTextSharp.text.SpecialSymbol.GetCorrespondingSymbol ( char  c)
static

Looks for the corresponding symbol in the font Symbol.

Parameters
cthe original ASCII-char
Returns
the corresponding symbol in font Symbol

◆ Index()

static int iTextSharp.text.SpecialSymbol.Index ( string  str)
static

Returns the first occurrence of a special symbol in a String.

Parameters
stringa String
Returns
an index of -1 if no special symbol was found

The documentation for this class was generated from the following file: