C# 클래스 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.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc

공개 프로퍼티들

프로퍼티 타입 설명
leftSideBearing FWord[]
metrics PdfSharp.Fonts.OpenType.HorizontalMetrics[]

공개 메소드들

메소드 설명
Read ( ) : void
VerticalMetricsTable ( FontData fontData ) : System

메소드 상세

Read() 공개 메소드

public Read ( ) : void
리턴 void

VerticalMetricsTable() 공개 메소드

public VerticalMetricsTable ( FontData fontData ) : System
fontData FontData
리턴 System

프로퍼티 상세

leftSideBearing 공개적으로 프로퍼티

public FWord[] leftSideBearing
리턴 FWord[]

metrics 공개적으로 프로퍼티

public HorizontalMetrics[],PdfSharp.Fonts.OpenType metrics
리턴 PdfSharp.Fonts.OpenType.HorizontalMetrics[]