C# Class PdfSharp.Fonts.OpenType.CMapTable

This table defines the mapping of character codes to the glyph index values used in the font. It may contain more than one subtable, in order to support more than one character encoding scheme.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
显示文件 Open project: DavidS/MigraDoc Class Usage Examples

Public Properties

Property Type Description
cmap4 CMap4
numTables ushort
symbol bool
version ushort

Public Methods

Method Description
CMapTable ( FontData fontData ) : System

Initializes a new instance of the CMapTable class.

Private Methods

Method Description
Read ( ) : void

Method Details

CMapTable() public method

Initializes a new instance of the CMapTable class.
public CMapTable ( FontData fontData ) : System
fontData FontData
return System

Property Details

cmap4 public_oe property

public CMap4,PdfSharp.Fonts.OpenType cmap4
return CMap4

numTables public_oe property

public ushort numTables
return ushort

symbol public_oe property

Is true for symbol font encoding.
public bool symbol
return bool

version public_oe property

public ushort version
return ushort