Package com.itextpdf.text.pdf.languages
Class GujaratiLigaturizer
- java.lang.Object
-
- com.itextpdf.text.pdf.languages.IndicLigaturizer
-
- com.itextpdf.text.pdf.languages.GujaratiLigaturizer
-
- All Implemented Interfaces:
LanguageProcessor
public class GujaratiLigaturizer extends IndicLigaturizer
Implementation of the IndicLigaturizer for Gujarati.
-
-
Field Summary
Fields Modifier and Type Field Description static char
GUJR_HALANTA
static char
GUJR_LETTER_A
static char
GUJR_LETTER_AU
static char
GUJR_LETTER_HA
static char
GUJR_LETTER_KA
static char
GUJR_MATRA_AA
static char
GUJR_MATRA_AI
static char
GUJR_MATRA_E
static char
GUJR_MATRA_HLR
static char
GUJR_MATRA_HLRR
static char
GUJR_MATRA_I
-
Constructor Summary
Constructors Constructor Description GujaratiLigaturizer()
Constructor for the IndicLigaturizer for Gujarati.
-
Method Summary
-
Methods inherited from class com.itextpdf.text.pdf.languages.IndicLigaturizer
isRTL, IsSwaraLetter, IsSwaraMatra, IsVyanjana, process
-
-
-
-
Field Detail
-
GUJR_MATRA_AA
public static final char GUJR_MATRA_AA
- See Also:
- Constant Field Values
-
GUJR_MATRA_I
public static final char GUJR_MATRA_I
- See Also:
- Constant Field Values
-
GUJR_MATRA_E
public static final char GUJR_MATRA_E
- See Also:
- Constant Field Values
-
GUJR_MATRA_AI
public static final char GUJR_MATRA_AI
- See Also:
- Constant Field Values
-
GUJR_MATRA_HLR
public static final char GUJR_MATRA_HLR
- See Also:
- Constant Field Values
-
GUJR_MATRA_HLRR
public static final char GUJR_MATRA_HLRR
- See Also:
- Constant Field Values
-
GUJR_LETTER_A
public static final char GUJR_LETTER_A
- See Also:
- Constant Field Values
-
GUJR_LETTER_AU
public static final char GUJR_LETTER_AU
- See Also:
- Constant Field Values
-
GUJR_LETTER_KA
public static final char GUJR_LETTER_KA
- See Also:
- Constant Field Values
-
GUJR_LETTER_HA
public static final char GUJR_LETTER_HA
- See Also:
- Constant Field Values
-
GUJR_HALANTA
public static final char GUJR_HALANTA
- See Also:
- Constant Field Values
-
-