EmfForceUfiMapping

EmfForceUfiMapping class

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

Constructors

NameDescription
EmfForceUfiMapping(EmfRecord)Initializes a new instance of the EmfForceUfiMapping class.

Properties

NameDescription
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.
Ufi { get; set; }Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).

See Also