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
Afficher le fichier Open project: DavidS/MigraDoc

Méthodes publiques

Свойство Type Description
leftSideBearing FWord[]
metrics PdfSharp.Fonts.OpenType.HorizontalMetrics[]

Méthodes publiques

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

Method Details

Read() public méthode

public Read ( ) : void
Résultat void

VerticalMetricsTable() public méthode

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

Property Details

leftSideBearing public_oe property

public FWord[] leftSideBearing
Résultat FWord[]

metrics public_oe property

public HorizontalMetrics[],PdfSharp.Fonts.OpenType metrics
Résultat PdfSharp.Fonts.OpenType.HorizontalMetrics[]