C# 클래스 PdfRpt.GenericFontProvider

A Generic Font Class
상속: IPdfFont
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
GenericFontProvider ( Font mainFont, Font defaultFont ) : System.Collections.Generic

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

비공개 메소드들

메소드 설명
defaultValues ( ) : void
getFontSelector ( ) : FontSelector
getFonts ( ) : IList
registerFonts ( string mainFontPath, string defaultFontPath ) : void
setDefaults ( Font font ) : void
setDefaults ( IPdfFont baseFont, Font toFont ) : void

메소드 상세

GenericFontProvider() 공개 메소드

Sets registered font's name.
public GenericFontProvider ( Font mainFont, Font defaultFont ) : System.Collections.Generic
mainFont iTextSharp.text.Font main font
defaultFont iTextSharp.text.Font default font
리턴 System.Collections.Generic

GenericFontProvider() 공개 메소드

Sets registered font's name.
public GenericFontProvider ( IPdfFont font ) : System.Collections.Generic
font IPdfFont pdfRptFont should contain at least 2 fonts.
리턴 System.Collections.Generic

GenericFontProvider() 공개 메소드

Sets registered font's name
public GenericFontProvider ( string mainFontPath, string defaultFontPath ) : System.Collections.Generic
mainFontPath string main font's path
defaultFontPath string default font's path
리턴 System.Collections.Generic