Aspose::Page::EPS::PsDocument::FillAndStrokeText 메서드

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

글리프 내부를 채우고 글리프 윤곽을 그려 텍스트 문자열을 추가합니다.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
매개변수형식설명
textSystem::String추가할 텍스트.
전진값System::ArrayPtr<float>글리프 너비 배열입니다. 배열 길이는 문자열의 글리프 수와 일치해야 합니다.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont은 텍스트를 그리는 데 사용됩니다. 사용자 지정 폴더에 있는 사용자 정의 글꼴과 함께 사용할 수 있습니다.
xfloat텍스트 시작점의 X 좌표.
yfloat텍스트 시작점의 Y 좌표.
fillPaintSystem::SharedPtr<System::Drawing::Brush>글리프 내부를 채우는 데 사용되는 fill.
strokeSystem::SharedPtr<System::Drawing::Pen>글리프 윤곽을 그리는 데 사용되는 stroke.

또 보기

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

글리프 내부를 채우고 글리프 윤곽을 그려 텍스트 문자열을 추가합니다.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::ArrayPtr<float> advances, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
매개변수형식설명
textSystem::String추가할 텍스트.
전진값System::ArrayPtr<float>글리프 너비 배열입니다. 배열 길이는 문자열의 글리프 수와 일치해야 합니다.
fontSystem::SharedPtr<System::Drawing::Font>System은 텍스트를 그리는 데 사용되는 폰트입니다.
xfloat텍스트 시작점의 X 좌표.
yfloat텍스트 시작점의 Y 좌표.
fillPaintSystem::SharedPtr<System::Drawing::Brush>글리프 내부를 채우는 데 사용되는 fill.
strokeSystem::SharedPtr<System::Drawing::Pen>글리프 윤곽을 그리는 데 사용되는 stroke.

또 보기

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

글리프 내부를 채우고 글리프 윤곽을 그려 텍스트 문자열을 추가합니다.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::SharedPtr<Aspose::Page::Font::DrFont> drFont, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
매개변수형식설명
textSystem::String추가할 텍스트.
drFontSystem::SharedPtr<Aspose::Page::Font::DrFont>DrFont은 텍스트를 그리는 데 사용됩니다. 사용자 지정 폴더에 있는 사용자 정의 글꼴과 함께 사용할 수 있습니다.
xfloat텍스트 시작점의 X 좌표.
yfloat텍스트 시작점의 Y 좌표.
fillPaintSystem::SharedPtr<System::Drawing::Brush>글리프 내부를 채우는 데 사용되는 fill.
strokeSystem::SharedPtr<System::Drawing::Pen>글리프 윤곽을 그리는 데 사용되는 stroke.

또 보기

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

글리프 내부를 채우고 글리프 윤곽을 그려 텍스트 문자열을 추가합니다.

void Aspose::Page::EPS::PsDocument::FillAndStrokeText(System::String text, System::SharedPtr<System::Drawing::Font> font, float x, float y, System::SharedPtr<System::Drawing::Brush> fillPaint, System::SharedPtr<System::Drawing::Pen> stroke)
매개변수형식설명
textSystem::String추가할 텍스트.
fontSystem::SharedPtr<System::Drawing::Font>System은 텍스트를 그리는 데 사용되는 폰트입니다.
xfloat텍스트 시작점의 X 좌표.
yfloat텍스트 시작점의 Y 좌표.
fillPaintSystem::SharedPtr<System::Drawing::Brush>글리프 내부를 채우는 데 사용되는 fill.
strokeSystem::SharedPtr<System::Drawing::Pen>글리프 윤곽을 그리는 데 사용되는 stroke.

또 보기