iTextSharp.text.pdf.languages.IndicLigaturizer.IsSwaraLetter C# (CSharp) Method

IsSwaraLetter() protected method

protected IsSwaraLetter ( char ch ) : bool
ch char
return bool
        protected bool IsSwaraLetter(char ch) {
            return (ch >= langTable[LETTER_A] && ch <= langTable[LETTER_AU]);
        }