Table of Contents

Class EmfSetLinkedUfis

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

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
EmfSetLinkedUfis
Inherited Members

Constructors

EmfSetLinkedUfis(EmfRecord)

Initializes a new instance of the 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; }

Property Value

EmfUniversalFontId[]