public final class EmfSetLinkedUfis extends EmfStateRecordType
The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup.
Constructor and Description |
---|
EmfSetLinkedUfis(EmfRecord source)
Initializes a new instance of the
EmfSetLinkedUfis class. |
Modifier and Type | Method and Description |
---|---|
EmfUniversalFontId[] |
getUfis()
Gets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies
the identifiers of the linked fonts.
|
void |
setUfis(EmfUniversalFontId[] value)
Sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies
the identifiers of the linked fonts.
|
public EmfSetLinkedUfis(EmfRecord source)
Initializes a new instance of the EmfSetLinkedUfis
class.
source
- The source.public EmfUniversalFontId[] getUfis()
Gets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
public void setUfis(EmfUniversalFontId[] value)
Sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.