C# Класс NOpenType.GlyphPathBuilderBase

Показать файл Открыть проект

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

Метод Описание
Build ( char c, float sizeInPoints ) : void
BuildFromGlyphIndex ( ushort glyphIndex, float sizeInPoints ) : void
GlyphPathBuilderBase ( Typeface typeface ) : System

Защищенные методы

Метод Описание
OnBeginRead ( int countourCount ) : void
OnCloseFigure ( ) : void
OnCurve3 ( short p2x, short p2y, short x, short y ) : void
OnCurve4 ( short p2x, short p2y, short p3x, short p3y, short x, short y ) : void
OnEndRead ( ) : void
OnLineTo ( short x, short y ) : void
OnMoveTo ( short x, short y ) : void

Приватные методы

Метод Описание
GetMidPoint ( FtPoint v1, short v2x, short v2y ) : FtPoint
RenderGlyph ( Glyph glyph ) : void
RenderGlyph ( ushort contours, short xs, short ys, bool onCurves ) : void

Описание методов

Build() публичный Метод

public Build ( char c, float sizeInPoints ) : void
c char
sizeInPoints float
Результат void

BuildFromGlyphIndex() публичный Метод

public BuildFromGlyphIndex ( ushort glyphIndex, float sizeInPoints ) : void
glyphIndex ushort
sizeInPoints float
Результат void

GlyphPathBuilderBase() публичный Метод

public GlyphPathBuilderBase ( Typeface typeface ) : System
typeface Typeface
Результат System

OnBeginRead() защищенный абстрактный Метод

protected abstract OnBeginRead ( int countourCount ) : void
countourCount int
Результат void

OnCloseFigure() защищенный абстрактный Метод

protected abstract OnCloseFigure ( ) : void
Результат void

OnCurve3() защищенный абстрактный Метод

protected abstract OnCurve3 ( short p2x, short p2y, short x, short y ) : void
p2x short
p2y short
x short
y short
Результат void

OnCurve4() защищенный абстрактный Метод

protected abstract OnCurve4 ( short p2x, short p2y, short p3x, short p3y, short x, short y ) : void
p2x short
p2y short
p3x short
p3y short
x short
y short
Результат void

OnEndRead() защищенный абстрактный Метод

protected abstract OnEndRead ( ) : void
Результат void

OnLineTo() защищенный абстрактный Метод

protected abstract OnLineTo ( short x, short y ) : void
x short
y short
Результат void

OnMoveTo() защищенный абстрактный Метод

protected abstract OnMoveTo ( short x, short y ) : void
x short
y short
Результат void