Class EmfSetLinkedUfis
Class EmfSetLinkedUfis
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup.
public sealed class EmfSetLinkedUfis : EmfStateRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfStateRecordType ← EmfSetLinkedUfis
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfSetLinkedUfis(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfSetLinkedUfis class.
public EmfSetLinkedUfis(EmfRecord source)
Parameters
source
EmfRecord
The source.
Properties
Ufis
Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
public EmfUniversalFontId[] Ufis { get; set; }