Skip to main content
Skip table of contents

IndicLigaturizer

IndicLigaturizer Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.languages
  iTextSharp.text.pdf.languages.IndicLigaturizer[[IndicLigaturizer]]
  class iTextSharp.text.pdf.languages.IndicLigaturizer abstractStyle;
  iTextSharp.text.pdf.languages.ILanguageProcessor[[ILanguageProcessor]]
  class iTextSharp.text.pdf.languages.ILanguageProcessor interfaceStyle;
  end
iTextSharp.text.pdf.languages.ILanguageProcessor --> iTextSharp.text.pdf.languages.IndicLigaturizer

Members

Methods

Public methods
ReturnsName
boolIsRTL()
stringProcess(string s)
Protected methods
ReturnsName
boolIsSwaraLetter(char ch)
boolIsSwaraMatra(char ch)
boolIsVyanjana(char ch)

Details

Inheritance

Constructors

IndicLigaturizer
protected IndicLigaturizer()

Methods

Process
Source code
public virtual string Process(string s)
Arguments
TypeNameDescription
strings
IsRTL
Source code
public virtual bool IsRTL()
IsSwaraLetter
Source code
protected virtual bool IsSwaraLetter(char ch)
Arguments
TypeNameDescription
charch
IsSwaraMatra
Source code
protected virtual bool IsSwaraMatra(char ch)
Arguments
TypeNameDescription
charch
IsVyanjana
Source code
protected virtual bool IsVyanjana(char ch)
Arguments
TypeNameDescription
charch

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.