C# 클래스 NOpenType.Tables.GSUB.LookupTable

sub table of a lookup list
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
lookupFlags ushort
lookupType ushort
markFilteringSet ushort
subTableCount ushort
subTableOffsets ushort[]

공개 메소드들

메소드 설명
FindGlyphIndex ( int glyphIndex ) : int
FindGlyphIndexAll ( int glyphIndex, List outputResults ) : void
LookupTable ( long lookupTablePos, ushort lookupType, ushort lookupFlags, ushort subTableCount, ushort subTableOffsets, ushort markFilteringSet ) : System
ReadRecordContent ( BinaryReader reader ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadLookupType1 ( BinaryReader reader ) : void

LookupType 1: Single Substitution Subtable

ReadLookupType2 ( BinaryReader reader ) : void

LookupType 2: Multiple Substitution Subtable

ReadLookupType3 ( BinaryReader reader ) : void

LookupType 3: Alternate Substitution Subtable

ReadLookupType4 ( BinaryReader reader ) : void

LookupType 4: Ligature Substitution Subtable

ReadLookupType5 ( BinaryReader reader ) : void

LookupType 5: Contextual Substitution Subtable

ReadLookupType6 ( BinaryReader reader ) : void

LookupType 6: Chaining Contextual Substitution Subtable

ReadLookupType7 ( BinaryReader reader ) : void

LookupType 7: Extension Substitution

ReadLookupType8 ( BinaryReader reader ) : void

LookupType 8: Reverse Chaining Contextual Single Substitution Subtable

메소드 상세

FindGlyphIndex() 공개 메소드

public FindGlyphIndex ( int glyphIndex ) : int
glyphIndex int
리턴 int

FindGlyphIndexAll() 공개 메소드

public FindGlyphIndexAll ( int glyphIndex, List outputResults ) : void
glyphIndex int
outputResults List
리턴 void

LookupTable() 공개 메소드

public LookupTable ( long lookupTablePos, ushort lookupType, ushort lookupFlags, ushort subTableCount, ushort subTableOffsets, ushort markFilteringSet ) : System
lookupTablePos long
lookupType ushort
lookupFlags ushort
subTableCount ushort
subTableOffsets ushort
markFilteringSet ushort
리턴 System

ReadRecordContent() 공개 메소드

public ReadRecordContent ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

lookupFlags 공개적으로 프로퍼티

public ushort lookupFlags
리턴 ushort

lookupType 공개적으로 프로퍼티

public ushort lookupType
리턴 ushort

markFilteringSet 공개적으로 프로퍼티

public ushort markFilteringSet
리턴 ushort

subTableCount 공개적으로 프로퍼티

public ushort subTableCount
리턴 ushort

subTableOffsets 공개적으로 프로퍼티

public ushort[] subTableOffsets
리턴 ushort[]