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

IsRTL() public method

public IsRTL ( ) : bool
return bool
        public bool IsRTL() {
            return false;
        }