C# 클래스 PdfSharp.Fonts.OpenType.HorizontalHeaderTable

This table contains information for horizontal layout. The values in the minRightSidebearing, minLeftSideBearing and xMaxExtent should be computed using only glyphs that have contours. Glyphs with no contours should be ignored for the purposes of these calculations. All reserved areas must be set to 0.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
advanceWidthMax System.UInt16
ascender System.Int16
caretSlopeRise short
caretSlopeRun short
descender System.Int16
lineGap System.Int16
metricDataFormat short
minLeftSideBearing System.Int16
minRightSideBearing System.Int16
numberOfHMetrics ushort
reserved1 short
reserved2 short
reserved3 short
reserved4 short
reserved5 short
version System.Int32
xMaxExtent System.Int16

공개 메소드들

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

메소드 상세

HorizontalHeaderTable() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

프로퍼티 상세

advanceWidthMax 공개적으로 프로퍼티

public UInt16,System advanceWidthMax
리턴 System.UInt16

ascender 공개적으로 프로퍼티

public Int16,System ascender
리턴 System.Int16

caretSlopeRise 공개적으로 프로퍼티

public short caretSlopeRise
리턴 short

caretSlopeRun 공개적으로 프로퍼티

public short caretSlopeRun
리턴 short

descender 공개적으로 프로퍼티

public Int16,System descender
리턴 System.Int16

lineGap 공개적으로 프로퍼티

public Int16,System lineGap
리턴 System.Int16

metricDataFormat 공개적으로 프로퍼티

public short metricDataFormat
리턴 short

minLeftSideBearing 공개적으로 프로퍼티

public Int16,System minLeftSideBearing
리턴 System.Int16

minRightSideBearing 공개적으로 프로퍼티

public Int16,System minRightSideBearing
리턴 System.Int16

numberOfHMetrics 공개적으로 프로퍼티

public ushort numberOfHMetrics
리턴 ushort

reserved1 공개적으로 프로퍼티

public short reserved1
리턴 short

reserved2 공개적으로 프로퍼티

public short reserved2
리턴 short

reserved3 공개적으로 프로퍼티

public short reserved3
리턴 short

reserved4 공개적으로 프로퍼티

public short reserved4
리턴 short

reserved5 공개적으로 프로퍼티

public short reserved5
리턴 short

version 공개적으로 프로퍼티

public Int32,System version
리턴 System.Int32

xMaxExtent 공개적으로 프로퍼티

public Int16,System xMaxExtent
리턴 System.Int16