public final class EmfForceUfiMapping extends EmfStateRecordType
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.
Constructor and Description |
---|
EmfForceUfiMapping(EmfRecord source)
Initializes a new instance of the
EmfForceUfiMapping class. |
Modifier and Type | Method and Description |
---|---|
EmfUniversalFontId |
getUfi()
Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).
|
void |
setUfi(EmfUniversalFontId value)
Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).
|
public EmfForceUfiMapping(EmfRecord source)
Initializes a new instance of the EmfForceUfiMapping
class.
source
- The source.public EmfUniversalFontId getUfi()
Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).
public void setUfi(EmfUniversalFontId value)
Gets or sets the font id to use, specified as a UniversalFontId (section 2.2.27).