C# Class iTextSharp.text.pdf.FontDetails

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
subset bool

Private Properties

Property Type Description
ConvertToBytes byte[]
FontDetails System

Public Methods

Method Description
WriteFont ( PdfWriter writer ) : void

Private Methods

Method Description
ConvertToBytes ( string text ) : byte[]
FontDetails ( PdfName fontName, PdfIndirectReference indirectReference, BaseFont baseFont ) : System

Method Details

WriteFont() public method

public WriteFont ( PdfWriter writer ) : void
writer PdfWriter
return void

Property Details

subset protected_oe property

protected bool subset
return bool