C# 클래스 PdfSharp.Fonts.OpenType.TableDirectoryEntry

Represents an entry in the fonts table dictionary.
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckSum uint
FontTable PdfSharp.Fonts.OpenType.OpenTypeFontTable
Length int
Offset int
Tag string

공개 메소드들

메소드 설명
Read ( FontData fontData ) : void
ReadFrom ( FontData fontData ) : TableDirectoryEntry

Creates and reads a TableDirectoryEntry from the font image.

TableDirectoryEntry ( ) : System

Initializes a new instance of the TableDirectoryEntry class.

TableDirectoryEntry ( string tag ) : System

Initializes a new instance of the TableDirectoryEntry class.

Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void

메소드 상세

Read() 공개 메소드

public Read ( FontData fontData ) : void
fontData FontData
리턴 void

ReadFrom() 공개 정적인 메소드

Creates and reads a TableDirectoryEntry from the font image.
public static ReadFrom ( FontData fontData ) : TableDirectoryEntry
fontData FontData
리턴 TableDirectoryEntry

TableDirectoryEntry() 공개 메소드

Initializes a new instance of the TableDirectoryEntry class.
public TableDirectoryEntry ( ) : System
리턴 System

TableDirectoryEntry() 공개 메소드

Initializes a new instance of the TableDirectoryEntry class.
public TableDirectoryEntry ( string tag ) : System
tag string
리턴 System

Write() 공개 메소드

public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
리턴 void

프로퍼티 상세

CheckSum 공개적으로 프로퍼티

CheckSum for this table.
public uint CheckSum
리턴 uint

FontTable 공개적으로 프로퍼티

Associated font table.
public OpenTypeFontTable,PdfSharp.Fonts.OpenType FontTable
리턴 PdfSharp.Fonts.OpenType.OpenTypeFontTable

Length 공개적으로 프로퍼티

Actual length of this table in bytes.
public int Length
리턴 int

Offset 공개적으로 프로퍼티

Offset from beginning of TrueType font file.
public int Offset
리턴 int

Tag 공개적으로 프로퍼티

4 -byte identifier.
public string Tag
리턴 string