C# 클래스 iTextSharp.text.pdf.CMapAwareDocumentFont

상속: DocumentFont
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
CMapAwareDocumentFont ( PRIndirectReference refFont ) : System
CMapAwareDocumentFont ( PdfDictionary font ) : System
Decode ( byte cidbytes, int offset, int len ) : String
Encode ( byte bytes, int offset, int len ) : String
GetWidth ( int char1 ) : int

비공개 메소드들

메소드 설명
ComputeAverageWidth ( ) : int
DecodeSingleCID ( byte bytes, int offset, int len ) : String
InitFont ( ) : void
ProcessToUnicode ( ) : void
ProcessUni2Byte ( ) : void

메소드 상세

CMapAwareDocumentFont() 공개 메소드

public CMapAwareDocumentFont ( PRIndirectReference refFont ) : System
refFont PRIndirectReference
리턴 System

CMapAwareDocumentFont() 공개 메소드

public CMapAwareDocumentFont ( PdfDictionary font ) : System
font PdfDictionary
리턴 System

Decode() 공개 메소드

public Decode ( byte cidbytes, int offset, int len ) : String
cidbytes byte
offset int
len int
리턴 String

Encode() 공개 메소드

public Encode ( byte bytes, int offset, int len ) : String
bytes byte
offset int
len int
리턴 String

GetWidth() 공개 메소드

public GetWidth ( int char1 ) : int
char1 int
리턴 int