C# 클래스 PdfSharp.Fonts.TrueType.TrueTypeFontTable

Base class for all TrueType fonts.
상속: ICloneable
파일 보기 프로젝트 열기: GNOME/pdfmod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DirectoryEntry TableDirectoryEntry

공개 메소드들

메소드 설명
CalcChecksum ( byte bytes ) : uint

Calculates the checksum of a table represented by its bytes.

Clone ( ) : object

Creates a deep copy of the current instance.

PrepareForCompilation ( ) : void

When overridden in a derived class, prepares the font table to be compiled into its binary representation.

TrueTypeFontTable ( FontData fontData, string tag ) : System

Initializes a new instance of the TrueTypeFontTable class.

Write ( TrueTypeFontWriter writer ) : void

When overridden in a derived class, converts the font into its binary representation.

보호된 메소드들

메소드 설명
DeepCopy ( ) : TrueTypeFontTable

메소드 상세

CalcChecksum() 공개 정적인 메소드

Calculates the checksum of a table represented by its bytes.
public static CalcChecksum ( byte bytes ) : uint
bytes byte
리턴 uint

Clone() 공개 메소드

Creates a deep copy of the current instance.
public Clone ( ) : object
리턴 object

DeepCopy() 보호된 메소드

protected DeepCopy ( ) : TrueTypeFontTable
리턴 TrueTypeFontTable

PrepareForCompilation() 공개 메소드

When overridden in a derived class, prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
리턴 void

TrueTypeFontTable() 공개 메소드

Initializes a new instance of the TrueTypeFontTable class.
public TrueTypeFontTable ( FontData fontData, string tag ) : System
fontData FontData
tag string
리턴 System

Write() 공개 메소드

When overridden in a derived class, converts the font into its binary representation.
public Write ( TrueTypeFontWriter writer ) : void
writer TrueTypeFontWriter
리턴 void

프로퍼티 상세

DirectoryEntry 공개적으로 프로퍼티

public TableDirectoryEntry DirectoryEntry
리턴 TableDirectoryEntry