public class SpecialSymbol extends Object
When you construct a Phrase
with Phrase.getInstance using a String
, this String
can contain special Symbols. These are characters with an int value between 913 and 937 (except 930) and between 945 and 969. With this class the value of the corresponding character of the Font Symbol, can be retrieved.
Phrase
Constructor and Description |
---|
SpecialSymbol() |
Modifier and Type | Method and Description |
---|---|
static Chunk |
get(char c, Font font)
Gets a chunk with a symbol character.
|
static char |
getCorrespondingSymbol(char c)
Looks for the corresponding symbol in the font Symbol.
|
static int |
index(String string)
Returns the first occurrence of a special symbol in a String .
|
public static int index(String string)
String
.
string
- a String
public static Chunk get(char c, Font font)
c
- a character that has to be changed into a symbol
font
- Font if there is no SYMBOL character corresponding with c
public static char getCorrespondingSymbol(char c)
c
- the original ASCII-char
Copyright © 2016. All rights reserved.