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)
パラメーター説明
familyNameSystem::StringFont ファミリ名。
sizePointsfloatFont ポイント単位のサイズ(1 ポイントは 1/72 インチです)。
styleSystem::Drawing::FontStyleFont スタイル。

ReturnValue

DrFont を返します

参照