Class EmfExtCreateFontIndirectW
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Emf.Emf.Records Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Zapis EMR_EXTCREATEFONTINDIRECTW definiuje logiczne czcionki dla operacji graficznych.
public sealed class EmfExtCreateFontIndirectW : EmfObjectCreationRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfObjectCreationRecordType ← EmfExtCreateFontIndirectW
Dziedziczeni członkowie
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfExtCreateFontIndirectW(EmfRecord)
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Emf.EMF.Records.ExtCreateFontIndirectW.
public EmfExtCreateFontIndirectW(EmfRecord source)
Parameters
source
EmfRecord
i źródła .
EmfExtCreateFontIndirectW()
Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Emf.EMF.Records.ExtCreateFontIndirectW.
public EmfExtCreateFontIndirectW()
Properties
Elw
Otrzymuje lub ustawia obiekt LogFontExDv (sekcja 2.2.15), który określa logiczne czcionki.Obiekt LogFont 2.2.13 MOŻE być obecny w zamian.[90] Proces ustalania rodzajuObiekt w tym polu jest opisany poniżej.
public EmfLogFont Elw { get; set; }
Wartość nieruchomości
IhFonts
otrzymuje lub ustawia 32-bitowy niepodany integralny, który określa indeks logicznego obiektu czcionkiw tabeli obiektów EMF (sekcja 3.1.1.1). indeks ten musi być przechowywany tak, aby obiekt ten mógł byćponownie użyte lub zmodyfikowane.
public int IhFonts { get; set; }