Class EmfForceUfiMapping
Der Name: Aspose.Imaging.FileFormats.Emf.Emf.Records Versammlung: Aspose.Imaging.dll (25.4.0)
Die EMR_FORCEUFIMAPPING Aufzeichnung fordert die Schriftmappe, um die Schriften auf der Grundlage ihrerUniversalFontId bevorzugt ihre LogFont-Informationen (Abschnitt 2.2.13.
public sealed class EmfForceUfiMapping : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfForceUfiMapping
Vererbte Mitglieder
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfForceUfiMapping(EmfRecord)
Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfForceUfiMapping Klasse.
public EmfForceUfiMapping(EmfRecord source)
Parameters
source
EmfRecord
Die Quelle.
Properties
Ufi
Er bekommt oder setzt die Schrift-ID zur Verwendung, die als UniversalFontId angegeben wird (Abschnitt 2.2.27).
public EmfUniversalFontId Ufi { get; set; }