C# Class PdfSharp.Fonts.OpenType.VerticalMetricsTable

The vertical metrics table allows you to specify the vertical spacing for each glyph in a vertical font. This table consists of either one or two arrays that contain metric information (the advance heights and top sidebearings) for the vertical layout of each of the glyphs in the font.
Inheritance: PdfSharp.Fonts.OpenType.OpenTypeFontTable
Show file Open project: DavidS/MigraDoc

Public Properties

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

Public Methods

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

Method Details

Read() public method

public Read ( ) : void
return void

VerticalMetricsTable() public method

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

Property Details

leftSideBearing public property

public FWord[] leftSideBearing
return FWord[]

metrics public property

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