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
显示文件 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_oe property

public Int32,System formatType
return System.Int32

isFixedPitch public_oe property

public ulong isFixedPitch
return ulong

italicAngle public_oe property

public float italicAngle
return float

maxMemType1 public_oe property

public ulong maxMemType1
return ulong

maxMemType42 public_oe property

public ulong maxMemType42
return ulong

minMemType1 public_oe property

public ulong minMemType1
return ulong

minMemType42 public_oe property

public ulong minMemType42
return ulong

underlinePosition public_oe property

public Int16,System underlinePosition
return System.Int16

underlineThickness public_oe property

public Int16,System underlineThickness
return System.Int16