Class EmfExtCreateFontIndirectW
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records アセンション: Aspose.Imaging.dll (25.4.0)
EMR_EXTCREATEFONTINDIRECTW レコードは、グラフィック作業のための論理的なフォントを定義します。
public sealed class EmfExtCreateFontIndirectW : EmfObjectCreationRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfObjectCreationRecordType ← EmfExtCreateFontIndirectW
相続人
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
トップページ > インディレクト(EmfRecord)
Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtCreateFontIndirectWクラスの新しい例を開始します。
public EmfExtCreateFontIndirectW(EmfRecord source)
Parameters
source
EmfRecord
源泉です。
トップページ > インディレクト()
Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtCreateFontIndirectWクラスの新しい例を開始します。
public EmfExtCreateFontIndirectW()
Properties
Elw
LogFontExDv オブジェクト(2.2.15 セクション)を取得または設定し、論理的なフォントを指定します。LogFont オブジェクト 2.2.13 はその代わりに存在する可能性があります。このフィールドのオブジェクトは下記に記載されています。
public EmfLogFont Elw { get; set; }
不動産価値
IhFonts
論理的なフォント オブジェクトのインデックスを指定する 32 ビットの未署名全体を取得または設定します。EMF オブジェクト テーブル(セクション 3.1.1.1)では、このインデックスは保存されなければならないので、このオブジェクトは再利用または変更
public int IhFonts { get; set; }