Class ExternalFontCache

Class ExternalFontCache

名称: Aspose.Page 合計: Aspose.Page.dll (25.4.0)

このクラスを使用して、Aspose.Page.Device によって受け入れられる形式で文字の暗号化を取得します。

public class ExternalFontCache

Inheritance

object ExternalFontCache

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ExternalFontCache()

public ExternalFontCache()

Methods

CreateFontByFamilyName(フラット、フラット、フォントスタイル)

System.Drawing.Font をフォントファミリー名、スタイル、サイズによって作成します。

public static Font CreateFontByFamilyName(string familyName, float size, FontStyle style)

Parameters

familyName string

ファミリー名を書く。

size float

フォントサイズはポイント(1ポイントは1 / 72インチ)です。

style FontStyle

フォントスタイル

Returns

Font

フォントオブジェクトを返します。

FetchDrFont(フラット、フラット、フォントスタイル)

Aspose.Page.Font.DrFont は、ファミリー名、サイズ、スタイルによって表示されます。

public static DrFont FetchDrFont(string familyName, float sizePoints, FontStyle style)

Parameters

familyName string

ファミリー名を書く。

sizePoints float

フォントサイズはポイント(1ポイントは1 / 72インチ)です。

style FontStyle

フォントスタイル

Returns

DrFont

ドルフォントの復帰

 日本語