Aspose::Page::EPS::PsDocument::OutlineText メソッド

PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
パラメーター説明
textSystem::String追加するテキスト。
アドバンスSystem::ArrayPtr<float>グリフ幅の配列です。その長さは文字列中のグリフ数と一致している必要があります。
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont テキストの描画に使用されるフォントです。カスタムフォルダーにあるカスタムフォントと共に使用できます。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。

参照

PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Pen>) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
パラメーター説明
textSystem::String追加するテキスト。
アドバンスSystem::ArrayPtr<float>グリフ幅の配列です。その長さは文字列中のグリフ数と一致している必要があります。
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont テキストの描画に使用されるフォントです。カスタムフォルダーにあるカスタムフォントと共に使用できます。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。
strokeSystem::SharedPtr<System::Drawing::Pen>グリフの輪郭を描画するために使用されるストローク。

参照

PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y)
パラメーター説明
textSystem::String追加するテキスト。
アドバンスSystem::ArrayPtr<float>グリフ幅の配列です。その長さは文字列中のグリフ数と一致している必要があります。
フォントSystem::SharedPtr<System::Drawing::Font>テキストを描画するために使用されるフォント。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。

参照

PsDocument::OutlineText(System::String, System::ArrayPtr<float>, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Pen>) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
パラメーター説明
textSystem::String追加するテキスト。
アドバンスSystem::ArrayPtr<float>グリフ幅の配列です。その長さは文字列中のグリフ数と一致している必要があります。
fontSystem::SharedPtr<System::Drawing::Font>System テキストの描画に使用されるフォントです。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。
strokeSystem::SharedPtr<System::Drawing::Pen>グリフの輪郭を描画するために使用されるストローク。

参照

PsDocument::OutlineText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y)
パラメーター説明
textSystem::String追加するテキスト。
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont テキストの描画に使用されるフォントです。カスタムフォルダーにあるカスタムフォントと共に使用できます。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。

参照

PsDocument::OutlineText(System::String, System::SharedPtr<Aspose::Page::Font::DrFont>, float, float, System::SharedPtr<System::Drawing::Pen>) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
パラメーター説明
textSystem::String追加するテキスト。
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont テキストの描画に使用されるフォントです。カスタムフォルダーにあるカスタムフォントと共に使用できます。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。
strokeSystem::SharedPtr<System::Drawing::Pen>グリフの輪郭を描画するために使用されるストローク。

参照

PsDocument::OutlineText(System::String, System::SharedPtr<System::Drawing::Font>, float, float) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y)
パラメーター説明
textSystem::String追加するテキスト。
fontSystem::SharedPtr<System::Drawing::Font>System テキストの描画に使用されるフォントです。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。

参照

PsDocument::OutlineText(System::String, System::SharedPtr<System::Drawing::Font>, float, float, System::SharedPtr<System::Drawing::Pen>) method

グリフの輪郭を描画してテキスト文字列を追加します。

void Aspose::Page::EPS::PsDocument::OutlineText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Pen> stroke)
パラメーター説明
textSystem::String追加するテキスト。
fontSystem::SharedPtr<System::Drawing::Font>System テキストの描画に使用されるフォントです。
x単精度浮動小数点数テキスト原点の X 座標。
y単精度浮動小数点数テキスト原点の Y 座標。
strokeSystem::SharedPtr<System::Drawing::Pen>グリフの輪郭を描画するために使用されるストローク。

参照