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)
| パラメーター | 型 | 説明 |
|---|---|---|
| familyName | System::String | Font ファミリ名。 |
| sizePoints | float | Font ポイント単位のサイズ(1 ポイントは 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++