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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

HorizontalMetricsTable() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

프로퍼티 상세

leftSideBearing 공개적으로 프로퍼티

public FWord[] leftSideBearing
리턴 FWord[]

metrics 공개적으로 프로퍼티

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