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

상속: TrueTypeFont, IComparer
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
CharExists ( int c ) : bool
Compare ( Object o1, Object o2 ) : int
GetCharBBox ( int c ) : int[]
GetFullFontStream ( ) : PdfStream
GetMetricsTT ( int c ) : int[]
GetWidth ( int char1 ) : int
GetWidth ( string text ) : int
SetCharAdvance ( int c, int advance ) : bool

비공개 메소드들

메소드 설명
ConvertToBytes ( int char1 ) : byte[]
ConvertToBytes ( string text ) : byte[]
GetCIDFontType2 ( PdfIndirectReference fontDescriptor, string subsetPrefix, Object metrics ) : PdfDictionary
GetFontBaseType ( PdfIndirectReference descendant, string subsetPrefix, PdfIndirectReference toUnicode ) : PdfDictionary
GetToUnicode ( Object metrics ) : PdfStream
ToHex ( int n ) : string
TrueTypeFontUnicode ( string ttFile, string enc, bool emb, byte ttfAfm, bool forceRead ) : System
WriteFont ( PdfWriter writer, PdfIndirectReference piref, Object parms ) : void

메소드 상세

CharExists() 공개 메소드

public CharExists ( int c ) : bool
c int
리턴 bool

Compare() 공개 메소드

public Compare ( Object o1, Object o2 ) : int
o1 Object
o2 Object
리턴 int

GetCharBBox() 공개 메소드

public GetCharBBox ( int c ) : int[]
c int
리턴 int[]

GetFullFontStream() 공개 메소드

public GetFullFontStream ( ) : PdfStream
리턴 PdfStream

GetMetricsTT() 공개 메소드

public GetMetricsTT ( int c ) : int[]
c int
리턴 int[]

GetWidth() 공개 메소드

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

GetWidth() 공개 메소드

public GetWidth ( string text ) : int
text string
리턴 int

SetCharAdvance() 공개 메소드

public SetCharAdvance ( int c, int advance ) : bool
c int
advance int
리턴 bool