C# Class PdfSharp.Fonts.OpenType.HorizontalMetricsTable

The type longHorMetric is defined as an array where each element has two parts: the advance width, which is of type USHORT, and the left side bearing, which is of type SHORT. These fields are in font design units.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
显示文件 Open project: DavidS/MigraDoc Class Usage Examples

Public Properties

Property Type Description
leftSideBearing FWord[]
metrics PdfSharp.Fonts.OpenType.HorizontalMetrics[]

Public Methods

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

Method Details

HorizontalMetricsTable() public method

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

Read() public method

public Read ( ) : void
return void

Property Details

leftSideBearing public_oe property

public FWord[] leftSideBearing
return FWord[]

metrics public_oe property

public HorizontalMetrics[],PdfSharp.Fonts.OpenType metrics
return PdfSharp.Fonts.OpenType.HorizontalMetrics[]