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

CMap format 4: Segment mapping to delta values. The Windows standard format.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
encodingId WinEncodingId
endCount ushort[]
entrySelector ushort
format ushort
glyphCount int
glyphIdArray ushort[]
idDelta short[]
idRangeOffs ushort[]
language ushort
length ushort
rangeShift ushort
searchRange ushort
segCountX2 ushort
startCount ushort[]

공개 메소드들

메소드 설명
CMap4 ( FontData fontData, WinEncodingId encodingId ) : System

비공개 메소드들

메소드 설명
Read ( ) : void

메소드 상세

CMap4() 공개 메소드

public CMap4 ( FontData fontData, WinEncodingId encodingId ) : System
fontData FontData
encodingId WinEncodingId
리턴 System

프로퍼티 상세

encodingId 공개적으로 프로퍼티

public WinEncodingId encodingId
리턴 WinEncodingId

endCount 공개적으로 프로퍼티

public ushort[] endCount
리턴 ushort[]

entrySelector 공개적으로 프로퍼티

public ushort entrySelector
리턴 ushort

format 공개적으로 프로퍼티

public ushort format
리턴 ushort

glyphCount 공개적으로 프로퍼티

public int glyphCount
리턴 int

glyphIdArray 공개적으로 프로퍼티

public ushort[] glyphIdArray
리턴 ushort[]

idDelta 공개적으로 프로퍼티

public short[] idDelta
리턴 short[]

idRangeOffs 공개적으로 프로퍼티

public ushort[] idRangeOffs
리턴 ushort[]

language 공개적으로 프로퍼티

public ushort language
리턴 ushort

length 공개적으로 프로퍼티

public ushort length
리턴 ushort

rangeShift 공개적으로 프로퍼티

public ushort rangeShift
리턴 ushort

searchRange 공개적으로 프로퍼티

public ushort searchRange
리턴 ushort

segCountX2 공개적으로 프로퍼티

public ushort segCountX2
리턴 ushort

startCount 공개적으로 프로퍼티

public ushort[] startCount
리턴 ushort[]