C# Класс NOpenType.Tables.Glyf

Наследование: TableEntry
Показать файл Открыть проект

Открытые методы

Метод Описание
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