FontSelector Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.FontSelector[[FontSelector]] end
Members
Methods
Public methods
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
( |
Details
Constructors
FontSelector
Source code
public FontSelector()
Methods
AddFont
Source code
public virtual void AddFont(Font font)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
font |
Process
Source code
public virtual Phrase Process(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
ProcessChar
Source code
protected virtual Chunk ProcessChar(char[] cc, int k, StringBuilder sb)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cc |
|
|
|
k |
|
|
|
sb |
GetSize
Source code
protected int GetSize()
GetFont
Source code
protected Font GetFont(int i)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
i |
Generated with ModularDoc