Class EmfSetLinkedUfis
The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup.
public sealed class EmfSetLinkedUfis : EmfStateRecordType
- Inheritance
-
EmfSetLinkedUfis
- Inherited Members
Constructors
EmfSetLinkedUfis(EmfRecord)
Initializes a new instance of the EmfSetLinkedUfis class.
public EmfSetLinkedUfis(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Ufis
Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
public EmfUniversalFontId[] Ufis { get; set; }