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

The indexToLoc table stores the offsets to the locations of the glyphs in the font, relative to the beginning of the glyphData table. In order to compute the length of the last glyph element, there is an extra entry after the last valid index.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ShortIndex bool

공개 메소드들

메소드 설명
IndexToLocationTable ( ) : System
IndexToLocationTable ( FontData fontData ) : System
PrepareForCompilation ( ) : void

Prepares the font table to be compiled into its binary representation.

Read ( ) : void

Converts the bytes in a handy representation

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

Converts the font into its binary representation.

메소드 상세

IndexToLocationTable() 공개 메소드

public IndexToLocationTable ( ) : System
리턴 System

IndexToLocationTable() 공개 메소드

public IndexToLocationTable ( FontData fontData ) : System
fontData FontData
리턴 System

PrepareForCompilation() 공개 메소드

Prepares the font table to be compiled into its binary representation.
public PrepareForCompilation ( ) : void
리턴 void

Read() 공개 메소드

Converts the bytes in a handy representation
public Read ( ) : void
리턴 void

Write() 공개 메소드

Converts the font into its binary representation.
public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
리턴 void

프로퍼티 상세

ShortIndex 공개적으로 프로퍼티

public bool ShortIndex
리턴 bool