Class EmfForceUfiMapping
Class EmfForceUfiMapping
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_FORCEUFIMAPPING record forces the font mapper to match fonts based on their UniversalFontId in preference to their LogFont (section 2.2.13) information.
public sealed class EmfForceUfiMapping : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfForceUfiMapping
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfForceUfiMapping(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfForceUfiMapping class.
public EmfForceUfiMapping(EmfRecord source)
Parameters
source
EmfRecord
The source.
Properties
Ufi
Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).
public EmfUniversalFontId Ufi { get; set; }