Class EmfExtCreateFontIndirectW
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
创建FontIndirectW(EmfRecord)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfExtCreateFontIndirectW 类的新例子。
public EmfExtCreateFontIndirectW(EmfRecord source)
Parameters
source
EmfRecord
源源。
创建FontIndirectW()
启动 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; }