Aspose::Font::Ttf::TtfFont::Convert metodu

TtfFont::Convert(Aspose::Font::FontType) method

Font başka bir formata dönüştürür.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType) override
ParametreTürAçıklama
fontTypeAspose::Font::FontTypeFont dönüştürülecek format türü.

ReturnValue

Font converted into new format.

Açıklamalar

Not: TTF Font türü şu anda yalnızca desteklenmektedir.

Ayrıca Bakınız

TtfFont::Convert(Aspose::Font::FontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>) method

Font sınırlı karakter kümesiyle başka bir formata dönüştürür.

System::SharedPtr<Font> Aspose::Font::Ttf::TtfFont::Convert(Aspose::Font::FontType fontType, System::SharedPtr<System::Collections::Generic::ICollection<uint32_t>> limitingCharacterSet)
ParametreTürAçıklama
fontTypeAspose::Font::FontTypeFont dönüştürülecek format türü.
limitingCharacterSetSystem::SharedPtr<System::Collections::Generic::ICollection<uint32_t>>Karakter kümesini sınırlama.

ReturnValue

Font converted into new format.

Açıklamalar

Not: TTF Font türü şu anda yalnızca desteklenmektedir.

Ayrıca Bakınız