Aspose::Page::ExternalFontCache::CreateFontByFamilyName metodu
İçindekiler
[
Saklamak
]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)
| Parameter | Type | Açıklama |
|---|---|---|
| familyName | System::String | Font aile adı. |
| sizePoints | float | Font puan cinsinden boyut (bir puan bir inçin 1/72’sidir). |
| style | System::Drawing::FontStyle | Font 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
- Typedef SharedPtr
- Class Font
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++