Aspose::Page::ExternalFontCache::CreateFontByFamilyName メソッド

ExternalFontCache::CreateFontByFamilyName method

フォント ファミリ名、サイズ、スタイル、フォント 大文字で DrFont を取得します。

static System::SharedPtr<System::Drawing::Font> Aspose::Page::ExternalFontCache::CreateFontByFamilyName(System::String familyName, float size, System::Drawing::FontStyle style)
パラメーター説明
familyNameSystem::StringFont ファミリ名。
sizePointsfloatFont ポイント単位のサイズ(1 ポイントは 1/72 インチです)。
styleSystem::Drawing::FontStyleFont スタイル。

ReturnValue

DrFont を返します

備考

フォントファミリ名、サイズ、スタイル、代替フォントファミリ名で DrFont を取得します。

フォントファミリ名、サイズ、スタイル、フォント大文字属性、代替フォントファミリ名で DrFont を取得します。

フォントファミリ名、スタイル、サイズで System::Drawing::Font を取得します。

フォントファミリ名、スタイル、サイズで System::Drawing::Font を作成します。

///

参照