C# Class NOpenType.Tables.Glyf

Inheritance: TableEntry
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
Glyf ( GlyphLocations glyphLocations ) : System

Méthodes protégées

Méthode Description
ReadContentFrom ( BinaryReader reader ) : void

Private Methods

Méthode 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 méthode

public Glyf ( GlyphLocations glyphLocations ) : System
glyphLocations GlyphLocations
Résultat System

ReadContentFrom() protected méthode

protected ReadContentFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void