C# Class PdfSharp.Fonts.OpenType.PostScriptTable

This table contains additional information needed to use TrueType or OpenTypeTM fonts on PostScript printers.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Afficher le fichier Open project: DavidS/MigraDoc Class Usage Examples

Méthodes publiques

Свойство Type Description
formatType System.Int32
isFixedPitch ulong
italicAngle float
maxMemType1 ulong
maxMemType42 ulong
minMemType1 ulong
minMemType42 ulong
underlinePosition System.Int16
underlineThickness System.Int16

Méthodes publiques

Méthode Description
PostScriptTable ( FontData fontData ) : System
Read ( ) : void

Method Details

PostScriptTable() public méthode

public PostScriptTable ( FontData fontData ) : System
fontData FontData
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Property Details

formatType public_oe property

public Int32,System formatType
Résultat System.Int32

isFixedPitch public_oe property

public ulong isFixedPitch
Résultat ulong

italicAngle public_oe property

public float italicAngle
Résultat float

maxMemType1 public_oe property

public ulong maxMemType1
Résultat ulong

maxMemType42 public_oe property

public ulong maxMemType42
Résultat ulong

minMemType1 public_oe property

public ulong minMemType1
Résultat ulong

minMemType42 public_oe property

public ulong minMemType42
Résultat ulong

underlinePosition public_oe property

public Int16,System underlinePosition
Résultat System.Int16

underlineThickness public_oe property

public Int16,System underlineThickness
Résultat System.Int16