Aspose::Page::ExternalFontCache::FetchDrFont طريقة
ExternalFontCache::FetchDrFont method
يجلب DrFont حسب اسم عائلة الخط، الحجم والنمط.
static System::SharedPtr<Font::DrFont> Aspose::Page::ExternalFontCache::FetchDrFont(System::String familyName, float sizePoints, System::Drawing::FontStyle style)
| Parameter | Type | الوصف |
|---|---|---|
| familyName | System::String | الخط اسم العائلة. |
| sizePoints | float | الخط الحجم بالنقاط (نقطة واحدة هي 1/72 من البوصة). |
| style | System::Drawing::FontStyle | Font نمط. |
ReturnValue
يرجع DrFont
انظر أيضًا
- Typedef SharedPtr
- Class DrFont
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++