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
Show file Open project: DavidS/MigraDoc Class Usage Examples

Public Properties

Property Type Description
formatType System.Int32
isFixedPitch ulong
italicAngle float
maxMemType1 ulong
maxMemType42 ulong
minMemType1 ulong
minMemType42 ulong
underlinePosition System.Int16
underlineThickness System.Int16

Public Methods

Method Description
PostScriptTable ( FontData fontData ) : System
Read ( ) : void

Method Details

PostScriptTable() public method

public PostScriptTable ( FontData fontData ) : System
fontData FontData
return System

Read() public method

public Read ( ) : void
return void

Property Details

formatType public property

public Int32,System formatType
return System.Int32

isFixedPitch public property

public ulong isFixedPitch
return ulong

italicAngle public property

public float italicAngle
return float

maxMemType1 public property

public ulong maxMemType1
return ulong

maxMemType42 public property

public ulong maxMemType42
return ulong

minMemType1 public property

public ulong minMemType1
return ulong

minMemType42 public property

public ulong minMemType42
return ulong

underlinePosition public property

public Int16,System underlinePosition
return System.Int16

underlineThickness public property

public Int16,System underlineThickness
return System.Int16