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)
| パラメーター | 型 | 説明 |
|---|---|---|
| familyName | System::String | Font ファミリ名。 |
| sizePoints | float | Font ポイント単位のサイズ(1 ポイントは 1/72 インチです)。 |
| style | System::Drawing::FontStyle | Font スタイル。 |
ReturnValue
DrFont を返します
備考
フォントファミリ名、サイズ、スタイル、代替フォントファミリ名で DrFont を取得します。
フォントファミリ名、サイズ、スタイル、フォント大文字属性、代替フォントファミリ名で DrFont を取得します。
フォントファミリ名、スタイル、サイズで System::Drawing::Font を取得します。
フォントファミリ名、スタイル、サイズで System::Drawing::Font を作成します。
///
参照
- Typedef SharedPtr
- Class Font
- Class String
- Enum FontStyle
- Class ExternalFontCache
- Namespace Aspose::Page
- Library Aspose.Page for C++