C# 클래스 NOpenType.Tables.GPOS.PosLookupRecord

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
lookupListIndex ushort
seqIndex ushort

공개 메소드들

메소드 설명
CreateFrom ( BinaryReader reader ) : PosLookupRecord
PosLookupRecord ( ushort seqIndex, ushort lookupListIndex ) : System

메소드 상세

CreateFrom() 공개 정적인 메소드

public static CreateFrom ( BinaryReader reader ) : PosLookupRecord
reader System.IO.BinaryReader
리턴 PosLookupRecord

PosLookupRecord() 공개 메소드

public PosLookupRecord ( ushort seqIndex, ushort lookupListIndex ) : System
seqIndex ushort
lookupListIndex ushort
리턴 System

프로퍼티 상세

lookupListIndex 공개적으로 프로퍼티

public ushort lookupListIndex
리턴 ushort

seqIndex 공개적으로 프로퍼티

public ushort seqIndex
리턴 ushort