ExternalFontCache.FetchDrFont
FetchDrFont(string, float, FontStyle)
フェッチDrFont
フォントファミリー名、サイズ、スタイル別.
public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)
パラメータ | タイプ | 説明 |
---|---|---|
familyName | String | フォントファミリー名。 |
sizePoints | Single | ポイント単位のフォント サイズ (1 ポイントは 1/72 インチ)。 |
style | FontStyle | フォント スタイル。 |
戻り値
DrFont を返します
関連項目
- class DrFont
- class ExternalFontCache
- 名前空間 Aspose.Page
- 組み立て Aspose.Page
FetchDrFont(string, float, FontStyle, string)
フェッチDrFont
フォント ファミリ名、サイズ、スタイル、および代替フォント ファミリ名による。
public DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style,
string altFamilyName)
パラメータ | タイプ | 説明 |
---|---|---|
familyName | String | フォントファミリー名。 |
sizePoints | Single | ポイント単位のフォント サイズ (1 ポイントは 1/72 インチ)。 |
style | FontStyle | フォント スタイル。 |
altFamilyName | String | 代替フォントファミリー名。 |
戻り値
DrFont を返します
関連項目
- class DrFont
- class ExternalFontCache
- 名前空間 Aspose.Page
- 組み立て Aspose.Page