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