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

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

Private Properties

프로퍼티 타입 설명
CJKFont System
ConvertToBytes byte[]
ConvertToHCIDMetrics string
ConvertToVCIDMetrics string
CreateMetric IntHashtable
GetBBox float
GetCIDFont PdfDictionary
GetDescNumber float
GetFontBaseType PdfDictionary
GetFontDescriptor PdfDictionary
GetRawWidth int
LoadCMaps void
LoadProperties void
LoadRegistry void
ReadFontProperties Object>.Dictionary
WriteFont void

공개 메소드들

메소드 설명
CharExists ( int c ) : bool
ConvertToBytes ( String text ) : byte[]
GetCharBBox ( int c ) : int[]
GetCidCode ( int c ) : int
GetCompatibleFont ( String enc ) : String
GetFontDescriptor ( int key, float fontSize ) : float
GetFullFontStream ( ) : PdfStream
GetKerning ( int char1, int char2 ) : int
GetUnicodeEquivalent ( int c ) : int
GetWidth ( int char1 ) : int
GetWidth ( string text ) : int
HasKernPairs ( ) : bool
IsCJKFont ( string fontName, string enc ) : bool
IsIdentity ( ) : bool
SetCharAdvance ( int c, int advance ) : bool
SetKerning ( int char1, int char2, int kern ) : bool

보호된 메소드들

메소드 설명
GetRawCharBBox ( int c, String name ) : int[]

비공개 메소드들

메소드 설명
CJKFont ( string fontName, string enc, bool emb ) : System
ConvertToBytes ( int char1 ) : byte[]
ConvertToHCIDMetrics ( int keys, IntHashtable h ) : string
ConvertToVCIDMetrics ( int keys, IntHashtable v, IntHashtable h ) : string
CreateMetric ( string s ) : IntHashtable
GetBBox ( int idx ) : float
GetCIDFont ( PdfIndirectReference fontDescriptor, IntHashtable cjkTag ) : PdfDictionary
GetDescNumber ( string name ) : float
GetFontBaseType ( PdfIndirectReference CIDFont ) : PdfDictionary
GetFontDescriptor ( ) : PdfDictionary
GetRawWidth ( int c, string name ) : int
LoadCMaps ( ) : void
LoadProperties ( ) : void
LoadRegistry ( ) : void
ReadFontProperties ( String name ) : Object>.Dictionary
WriteFont ( PdfWriter writer, PdfIndirectReference piref, Object parms ) : void

메소드 상세

CharExists() 공개 메소드

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

ConvertToBytes() 공개 메소드

public ConvertToBytes ( String text ) : byte[]
text String
리턴 byte[]

GetCharBBox() 공개 메소드

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

GetCidCode() 공개 메소드

public GetCidCode ( int c ) : int
c int
리턴 int

GetCompatibleFont() 공개 정적인 메소드

public static GetCompatibleFont ( String enc ) : String
enc String
리턴 String

GetFontDescriptor() 공개 메소드

public GetFontDescriptor ( int key, float fontSize ) : float
key int
fontSize float
리턴 float

GetFullFontStream() 공개 메소드

public GetFullFontStream ( ) : PdfStream
리턴 PdfStream

GetKerning() 공개 메소드

public GetKerning ( int char1, int char2 ) : int
char1 int
char2 int
리턴 int

GetRawCharBBox() 보호된 메소드

protected GetRawCharBBox ( int c, String name ) : int[]
c int
name String
리턴 int[]

GetUnicodeEquivalent() 공개 메소드

public GetUnicodeEquivalent ( int c ) : int
c int
리턴 int

GetWidth() 공개 메소드

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

GetWidth() 공개 메소드

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

HasKernPairs() 공개 메소드

public HasKernPairs ( ) : bool
리턴 bool

IsCJKFont() 공개 정적인 메소드

public static IsCJKFont ( string fontName, string enc ) : bool
fontName string
enc string
리턴 bool

IsIdentity() 공개 메소드

public IsIdentity ( ) : bool
리턴 bool

SetCharAdvance() 공개 메소드

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

SetKerning() 공개 메소드

public SetKerning ( int char1, int char2, int kern ) : bool
char1 int
char2 int
kern int
리턴 bool