Class EmfForceUfiMapping
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
EmfRecordThe source.
Properties
Ufi
Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).
public EmfUniversalFontId Ufi { get; set; }