IFontProvider Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.IFontProvider[[IFontProvider]] class iTextSharp.text.IFontProvider interfaceStyle; end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
color) |
|
|
( |
Details
Methods
IsRegistered
public bool IsRegistered(string fontname)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fontname |
GetFont
public Font GetFont(string fontname, string encoding, bool embedded, float size, int style, BaseColor color)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fontname |
|
|
|
encoding |
|
|
|
embedded |
|
|
|
size |
|
|
|
style |
|
|
|
color |
Generated with ModularDoc