C# Class PdfSharp.Fonts.OpenType.FontData.OffsetTable

Represents the font offset table.
Show file Open project: DavidS/MigraDoc

Public Properties

Property Type Description
EntrySelector ushort
RangeShift ushort
SearchRange ushort
TableCount int
Version uint

Public Methods

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

Writes the offset table.

Method Details

Write() public method

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

Property Details

EntrySelector public property

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

RangeShift public property

NumTables x 16-searchRange.
public ushort RangeShift
return ushort

SearchRange public property

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

TableCount public property

Number of tables.
public int TableCount
return int

Version public property

0x00010000 for version 1.0.
public uint Version
return uint