C# 클래스 NOpenType.Tables.GDEF

상속: TableEntry
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
FillGlyphData ( Glyph inputGlyphs ) : void

fill gdef to each glyphs

보호된 메소드들

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

비공개 메소드들

메소드 설명
FillAttachPoints ( Glyph inputGlyphs ) : void
FillClassDefs ( Glyph inputGlyphs ) : void
FillLigatureCarets ( Glyph inputGlyphs ) : void
FillMarkAttachmentClassDefs ( Glyph inputGlyphs ) : void
FillMarkGlyphSets ( Glyph inputGlyphs ) : void

메소드 상세

FillGlyphData() 공개 메소드

fill gdef to each glyphs
public FillGlyphData ( Glyph inputGlyphs ) : void
inputGlyphs Glyph
리턴 void

ReadContentFrom() 보호된 메소드

protected ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void