C# 클래스 Frost.DirectX.TextGeometrySink

This class a cluster key to Frost geometry from the DirectWrite glyph outlines.
상속: SharpDX.CallbackBase, SimplifiedGeometrySink
파일 보기 프로젝트 열기: fealty/Frost 1 사용 예제들

공개 메소드들

메소드 설명
CreateGeometry ( TextGeometryKey key, bool isVertical, bool isRightToLeft, FontHandle font ) : Shape

This method creates a Frost cluster geometry from DirectWrite glyphs.

비공개 메소드들

메소드 설명
SimplifiedGeometrySink ( ) : void
SimplifiedGeometrySink ( BezierSegment beziers ) : void
SimplifiedGeometrySink ( DrawingPointF ointsRef ) : void
SimplifiedGeometrySink ( DrawingPointF startPoint, FigureBegin figureBegin ) : void
SimplifiedGeometrySink ( FigureEnd figureEnd ) : void
SimplifiedGeometrySink ( FillMode fillMode ) : void
SimplifiedGeometrySink ( PathSegment vertexFlags ) : void

메소드 상세

CreateGeometry() 공개 메소드

This method creates a Frost cluster geometry from DirectWrite glyphs.
public CreateGeometry ( TextGeometryKey key, bool isVertical, bool isRightToLeft, FontHandle font ) : Shape
key TextGeometryKey This parameter contains the cluster key information.
isVertical bool
isRightToLeft bool
font FontHandle This parameter references the font for the cluster.
리턴 Shape