C# Class NOpenType.Tables.Glyf

Inheritance: TableEntry
Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
Glyf ( GlyphLocations glyphLocations ) : System

Protected Methods

Method Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Method Description
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

Method Details

Glyf() public method

public Glyf ( GlyphLocations glyphLocations ) : System
glyphLocations GlyphLocations
return System

ReadContentFrom() protected method

protected ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void