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

This table gives global information about the font. The bounding box values should be computed using only glyphs that have contours. Glyphs with no contours should be ignored for the purposes of these calculations.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
checkSumAdjustment uint
created long
flags ushort
fontDirectionHint short
fontRevision System.Int32
glyphDataFormat short
indexToLocFormat short
lowestRecPPEM ushort
macStyle ushort
magicNumber uint
modified long
unitsPerEm ushort
version System.Int32
xMax short
xMin short

공개 메소드들

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

메소드 상세

FontHeaderTable() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

프로퍼티 상세

checkSumAdjustment 공개적으로 프로퍼티

public uint checkSumAdjustment
리턴 uint

created 공개적으로 프로퍼티

public long created
리턴 long

flags 공개적으로 프로퍼티

public ushort flags
리턴 ushort

fontDirectionHint 공개적으로 프로퍼티

public short fontDirectionHint
리턴 short

fontRevision 공개적으로 프로퍼티

public Int32,System fontRevision
리턴 System.Int32

glyphDataFormat 공개적으로 프로퍼티

public short glyphDataFormat
리턴 short

indexToLocFormat 공개적으로 프로퍼티

public short indexToLocFormat
리턴 short

lowestRecPPEM 공개적으로 프로퍼티

public ushort lowestRecPPEM
리턴 ushort

macStyle 공개적으로 프로퍼티

public ushort macStyle
리턴 ushort

magicNumber 공개적으로 프로퍼티

public uint magicNumber
리턴 uint

modified 공개적으로 프로퍼티

public long modified
리턴 long

unitsPerEm 공개적으로 프로퍼티

public ushort unitsPerEm
리턴 ushort

version 공개적으로 프로퍼티

public Int32,System version
리턴 System.Int32

xMax 공개적으로 프로퍼티

public short xMax
리턴 short

xMin 공개적으로 프로퍼티

public short xMin
리턴 short