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

This table establishes the memory requirements for this font. Fonts with CFF data must use Version 0.5 of this table, specifying only the numGlyphs field. Fonts with TrueType outlines must use Version 1.0 of this table, where all data is required. Both formats of OpenType require a 'maxp' table because a number of applications call the Windows GetFontData() API on the 'maxp' table to determine the number of glyphs in the font.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxComponentDepth ushort
maxComponentElements ushort
maxCompositeContours ushort
maxCompositePoints ushort
maxContours ushort
maxFunctionDefs ushort
maxInstructionDefs ushort
maxPoints ushort
maxSizeOfInstructions ushort
maxStackElements ushort
maxStorage ushort
maxTwilightPoints ushort
maxZones ushort
numGlyphs ushort
version System.Int32

공개 메소드들

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

메소드 상세

MaximumProfileTable() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

프로퍼티 상세

maxComponentDepth 공개적으로 프로퍼티

public ushort maxComponentDepth
리턴 ushort

maxComponentElements 공개적으로 프로퍼티

public ushort maxComponentElements
리턴 ushort

maxCompositeContours 공개적으로 프로퍼티

public ushort maxCompositeContours
리턴 ushort

maxCompositePoints 공개적으로 프로퍼티

public ushort maxCompositePoints
리턴 ushort

maxContours 공개적으로 프로퍼티

public ushort maxContours
리턴 ushort

maxFunctionDefs 공개적으로 프로퍼티

public ushort maxFunctionDefs
리턴 ushort

maxInstructionDefs 공개적으로 프로퍼티

public ushort maxInstructionDefs
리턴 ushort

maxPoints 공개적으로 프로퍼티

public ushort maxPoints
리턴 ushort

maxSizeOfInstructions 공개적으로 프로퍼티

public ushort maxSizeOfInstructions
리턴 ushort

maxStackElements 공개적으로 프로퍼티

public ushort maxStackElements
리턴 ushort

maxStorage 공개적으로 프로퍼티

public ushort maxStorage
리턴 ushort

maxTwilightPoints 공개적으로 프로퍼티

public ushort maxTwilightPoints
리턴 ushort

maxZones 공개적으로 프로퍼티

public ushort maxZones
리턴 ushort

numGlyphs 공개적으로 프로퍼티

public ushort numGlyphs
리턴 ushort

version 공개적으로 프로퍼티

public Int32,System version
리턴 System.Int32