C# 클래스 NOpenType.Tables.Glyf

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

공개 메소드들

메소드 설명
Glyf ( GlyphLocations glyphLocations ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
HasFlag ( CompositeGlyphFlags target, CompositeGlyphFlags test ) : bool
HasFlag ( SimpleGlyphFlag target, SimpleGlyphFlag test ) : bool
ReadCompositeGlyph ( Glyph createdGlyhps, BinaryReader reader, int contourCount, Bounds bounds ) : Glyph
ReadCoordinates ( BinaryReader input, int pointCount, SimpleGlyphFlag flags, SimpleGlyphFlag isByte, SimpleGlyphFlag signOrSame ) : short[]
ReadFlags ( BinaryReader input, int flagCount ) : SimpleGlyphFlag[]
ReadSimpleGlyph ( BinaryReader reader, int contourCount, Bounds bounds ) : Glyph

메소드 상세

Glyf() 공개 메소드

public Glyf ( GlyphLocations glyphLocations ) : System
glyphLocations GlyphLocations
리턴 System

ReadContentFrom() 보호된 메소드

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