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
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
IndicLigaturizer
protected IndicLigaturizer()
Methods
Process
Source code
public virtual string Process(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
IsRTL
Source code
public virtual bool IsRTL()
IsSwaraLetter
Source code
protected virtual bool IsSwaraLetter(char ch)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ch |
IsSwaraMatra
Source code
protected virtual bool IsSwaraMatra(char ch)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ch |
IsVyanjana
Source code
protected virtual bool IsVyanjana(char ch)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ch |
Generated with ModularDoc