Aspose::Page::XPS::XpsDocument::CreateFont method

XpsDocument::CreateFont(System::SharedPtr<System::IO::Stream>) method

스트림에서 새 TrueType 글꼴 리소스를 생성합니다.

System::SharedPtr<XpsModel::XpsFont> Aspose::Page::XPS::XpsDocument::CreateFont(System::SharedPtr<System::IO::Stream> stream)
매개변수형식설명
스트림System::SharedPtr<System::IO::Stream>리소스로 사용할 ICC 프로파일을 포함하는 스트림입니다.

ReturnValue

TrueType 글꼴 리소스.

또 보기

XpsDocument::CreateFont(System::String, System::Drawing::FontStyle) method

TrueType 글꼴 리소스를 생성합니다.

System::SharedPtr<XpsModel::XpsFont> Aspose::Page::XPS::XpsDocument::CreateFont(System::String fontFamily, System::Drawing::FontStyle fontStyle)
매개변수형식설명
fontFamilySystem::String글꼴 패밀리.
fontStyleSystem::Drawing::FontStyle글꼴 스타일.

ReturnValue

TrueType 글꼴 리소스.

또 보기