PsDocument.FillAndStrokeText
コンテンツ
[
隠れる
]FillAndStrokeText(string, Font, float, float, Brush, Pen)
グリフの内部を塗りつぶし、グリフの輪郭を描くことにより、テキスト文字列を追加します。
public void FillAndStrokeText(string text, Font font, float x, float y, Brush fillPaint, Pen stroke)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | 追加するテキスト。 |
font | Font | テキストの描画に使用されるシステム フォント。 |
x | Single | テキスト原点の X 座標。 |
y | Single | テキスト原点の Y 座標。 |
fillPaint | Brush | グリフ内部の描画に使用される塗りつぶし。 |
stroke | Pen | グリフの輪郭の描画に使用されるストローク。 |
関連項目
- class PsDocument
- 名前空間 Aspose.Page.EPS
- 組み立て Aspose.Page
FillAndStrokeText(string, float[], Font, float, float, Brush, Pen)
グリフの内部を塗りつぶし、グリフの輪郭を描くことにより、テキスト文字列を追加します。
public void FillAndStrokeText(string text, float[] advances, Font font, float x, float y,
Brush fillPaint, Pen stroke)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | 追加するテキスト。 |
advances | Single[] | グリフ幅の配列。その長さは、文字列内のグリフの数に準拠する必要があります。 |
font | Font | テキストの描画に使用されるシステム フォント。 |
x | Single | テキスト原点の X 座標。 |
y | Single | テキスト原点の Y 座標。 |
fillPaint | Brush | グリフ内部の描画に使用される塗りつぶし。 |
stroke | Pen | グリフの輪郭の描画に使用されるストローク。 |
関連項目
- class PsDocument
- 名前空間 Aspose.Page.EPS
- 組み立て Aspose.Page
FillAndStrokeText(string, DrFont, float, float, Brush, Pen)
グリフの内部を塗りつぶし、グリフの輪郭を描くことにより、テキスト文字列を追加します。
public void FillAndStrokeText(string text, DrFont drFont, float x, float y, Brush fillPaint,
Pen stroke)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | 追加するテキスト。 |
drFont | DrFont | DrFontテキストの描画に使用されます。カスタムフォルダにあるカスタムフォントで使用できます。 |
x | Single | テキスト原点の X 座標。 |
y | Single | テキスト原点の Y 座標。 |
fillPaint | Brush | グリフ内部の描画に使用される塗りつぶし。 |
stroke | Pen | グリフの輪郭の描画に使用されるストローク。 |
関連項目
- class DrFont
- class PsDocument
- 名前空間 Aspose.Page.EPS
- 組み立て Aspose.Page
FillAndStrokeText(string, float[], DrFont, float, float, Brush, Pen)
グリフの内部を塗りつぶし、グリフの輪郭を描くことにより、テキスト文字列を追加します。
public void FillAndStrokeText(string text, float[] advances, DrFont drFont, float x, float y,
Brush fillPaint, Pen stroke)
パラメータ | タイプ | 説明 |
---|---|---|
text | String | 追加するテキスト。 |
advances | Single[] | グリフ幅の配列。その長さは、文字列内のグリフの数に準拠する必要があります。 |
drFont | DrFont | DrFontテキストの描画に使用されます。カスタムフォルダにあるカスタムフォントで使用できます。 |
x | Single | テキスト原点の X 座標。 |
y | Single | テキスト原点の Y 座標。 |
fillPaint | Brush | グリフ内部の描画に使用される塗りつぶし。 |
stroke | Pen | グリフの輪郭の描画に使用されるストローク。 |
関連項目
- class DrFont
- class PsDocument
- 名前空間 Aspose.Page.EPS
- 組み立て Aspose.Page