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
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство Type Description
cmap4 CMap4
numTables ushort
symbol bool
version ushort

Méthodes publiques

Méthode Description
CMapTable ( FontData fontData ) : System

Initializes a new instance of the CMapTable class.

Private Methods

Méthode Description
Read ( ) : void

Method Details

CMapTable() public méthode

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

Property Details

cmap4 public_oe property

public CMap4,PdfSharp.Fonts.OpenType cmap4
Résultat CMap4

numTables public_oe property

public ushort numTables
Résultat ushort

symbol public_oe property

Is true for symbol font encoding.
public bool symbol
Résultat bool

version public_oe property

public ushort version
Résultat ushort