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