Table of Contents

Class EmfForceUfiMapping

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

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

Constructors

EmfForceUfiMapping(EmfRecord)

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

Property Value

EmfUniversalFontId