Method | Description | |
---|---|---|
GenericFontProvider ( |
Sets registered font's name.
|
|
GenericFontProvider ( IPdfFont font ) : System.Collections.Generic |
Sets registered font's name.
|
|
GenericFontProvider ( string mainFontPath, string defaultFontPath ) : System.Collections.Generic |
Sets registered font's name
|
Method | Description | |
---|---|---|
defaultValues ( ) : void | ||
getFontSelector ( ) : |
||
getFonts ( ) : IList | ||
registerFonts ( string mainFontPath, string defaultFontPath ) : void | ||
setDefaults ( |
||
setDefaults ( IPdfFont baseFont, |
public GenericFontProvider ( |
||
mainFont | main font | |
defaultFont | default font | |
return | System.Collections.Generic |
public GenericFontProvider ( IPdfFont font ) : System.Collections.Generic | ||
font | IPdfFont | pdfRptFont should contain at least 2 fonts. |
return | System.Collections.Generic |
public GenericFontProvider ( string mainFontPath, string defaultFontPath ) : System.Collections.Generic | ||
mainFontPath | string | main font's path |
defaultFontPath | string | default font's path |
return | System.Collections.Generic |