C# 클래스 NOpenType.GlyphPathBuilderBase

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

공개 메소드들

메소드 설명
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