Aspose::Page::ExternalFontCache::CreateFontByFamilyName metodu

ExternalFontCache::CreateFontByFamilyName method

DrFont öğesini yazı tipi ailesi adı, boyutu, stili ve büyük harfleriyle getirir.

static System::SharedPtr<System::Drawing::Font> Aspose::Page::ExternalFontCache::CreateFontByFamilyName(System::String familyName, float size, System::Drawing::FontStyle style)
ParameterTypeAçıklama
familyNameSystem::StringFont aile adı.
sizePointsfloatFont puan cinsinden boyut (bir puan bir inçin 1/72’sidir).
styleSystem::Drawing::FontStyleFont stili.

ReturnValue

DrFont’u döndürür

Açıklamalar

DrFont font ailesi adı, boyutu, stili ve alternatif font ailesi adı ile getirir.

DrFont font ailesi adı, boyutu, stili, font büyük harfleri ve alternatif font ailesi adı ile getirir.

System::Drawing::Font font ailesi adı, stili ve boyutu ile getirir.

System::Drawing::Font yazı tipi ailesi adı, stil ve boyutuna göre oluşturur.

///

Ayrıca Bakınız