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
Details
Methods
IsRegistered
public bool IsRegistered(string fontname)
Arguments
Type | Name | Description |
---|
string | fontname | |
GetFont
public Font GetFont(string fontname, string encoding, bool embedded, float size, int style, BaseColor color)
Arguments
Type | Name | Description |
---|
string | fontname | |
string | encoding | |
bool | embedded | |
float | size | |
int | style | |
BaseColor | color | |
Generated with ModularDoc