PdfDocument AddFont メソッド PDF Generator Net Free
オーバーロードの一覧

  名前説明
Public メソッドAddFont(String, AbstractPdfFont)
PDFファイルで使うフォントを設定する。(1つのPDFファイルを作成する場合は、AddFont(string fontName, string fontFilePath, int? ttcIndex = null)の方が高速に処理できる。) (AddContentでContentを追加する前に必要なフォントがPdfDocumentにAddFontされている必要がある。)
Public メソッドAddFont(String, String, Nullable Int32 )
PDFファイルで使用するフォントを設定する。(複数のPDFファイルを作成する場合は、AddFont(string fontName, AbstractPdfFont pdfFont)でpdfFontを使いまわした方が高速に処理できる。) (AddContentでContentを追加する前に必要なフォントがPdfDocumentにAddFontされている必要がある。)
このページのトップへ
参照

inserted by FC2 system