C# 클래스 PdfSharp.Fonts.OpenType.FontData.OffsetTable

Represents the font offset table.
파일 보기 프로젝트 열기: DavidS/MigraDoc

공개 프로퍼티들

프로퍼티 타입 설명
EntrySelector ushort
RangeShift ushort
SearchRange ushort
TableCount int
Version uint

공개 메소드들

메소드 설명
Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void

Writes the offset table.

메소드 상세

Write() 공개 메소드

Writes the offset table.
public Write ( PdfSharp.Fonts.OpenType.OpenTypeFontWriter writer ) : void
writer PdfSharp.Fonts.OpenType.OpenTypeFontWriter
리턴 void

프로퍼티 상세

EntrySelector 공개적으로 프로퍼티

Log2(maximum power of 2 ≤ numTables).
public ushort EntrySelector
리턴 ushort

RangeShift 공개적으로 프로퍼티

NumTables x 16-searchRange.
public ushort RangeShift
리턴 ushort

SearchRange 공개적으로 프로퍼티

(Maximum power of 2 ≤ numTables) x 16.
public ushort SearchRange
리턴 ushort

TableCount 공개적으로 프로퍼티

Number of tables.
public int TableCount
리턴 int

Version 공개적으로 프로퍼티

0x00010000 for version 1.0.
public uint Version
리턴 uint